mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Merge pull request #4743 from AlexSCorey/4523-InertWFJTLink
allows all WFJT tabs to properly route to workflow visualizer Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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