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