mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-01 20:31:49 -05:00
fix bug with opening visualizer from list page
This commit is contained in:
@@ -104,7 +104,7 @@ function ListTemplatesController(
|
||||
vm.openWorkflowVisualizer = template => {
|
||||
const name = 'templates.editWorkflowJobTemplate.workflowMaker';
|
||||
const params = { workflow_job_template_id: template.id };
|
||||
const options = { reload: false };
|
||||
const options = { reload: true };
|
||||
|
||||
$state.go(name, params, options);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user