mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
redirect to workflow visualizer on workflow creation
This commit is contained in:
@@ -154,8 +154,7 @@ export default [
|
|||||||
$q.all(defers)
|
$q.all(defers)
|
||||||
.then(function() {
|
.then(function() {
|
||||||
// If we follow the same pattern as job templates then the survey logic will go here
|
// If we follow the same pattern as job templates then the survey logic will go here
|
||||||
|
$state.go('templates.editWorkflowJobTemplate.workflowMaker', { workflow_job_template_id: data.data.id }, { reload: true });
|
||||||
$state.go('templates.editWorkflowJobTemplate', {workflow_job_template_id: data.data.id}, {reload: true});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user