redirect to workflow visualizer on workflow creation

This commit is contained in:
Jake McDermott 2018-11-11 19:50:57 -05:00
parent d65687f14a
commit fbc3cd3758
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -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 });
});
});
});