mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
allows all WFJT tabs to properly route to workflow visualizer
This commit is contained in:
@@ -62,7 +62,7 @@ export default [
|
||||
}
|
||||
|
||||
$scope.openWorkflowMaker = function() {
|
||||
$state.go('.workflowMaker');
|
||||
$state.go('templates.editWorkflowJobTemplate.workflowMaker');
|
||||
};
|
||||
|
||||
$scope.formSave = function () {
|
||||
|
||||
Reference in New Issue
Block a user