mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03: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:
commit
5a24e223b7
@ -62,7 +62,7 @@ export default [
|
||||
}
|
||||
|
||||
$scope.openWorkflowMaker = function() {
|
||||
$state.go('.workflowMaker');
|
||||
$state.go('templates.editWorkflowJobTemplate.workflowMaker');
|
||||
};
|
||||
|
||||
$scope.formSave = function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user