diff --git a/awx/ui/client/features/templates/templatesList.controller.js b/awx/ui/client/features/templates/templatesList.controller.js index 4efd534ad4..7bf634b1db 100644 --- a/awx/ui/client/features/templates/templatesList.controller.js +++ b/awx/ui/client/features/templates/templatesList.controller.js @@ -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); }; diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html index 0a1357007f..7760f5b7aa 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html +++ b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html @@ -133,9 +133,8 @@ -
- +
+