From 89a0be64af457338a77c40cd2e9236bb6da51991 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 12 Nov 2018 15:53:56 -0500 Subject: [PATCH] fix bug with opening visualizer from list page --- awx/ui/client/features/templates/templatesList.controller.js | 2 +- .../workflows/workflow-maker/workflow-maker.partial.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 @@ -
- +
+