From 2e58a47118a341c9d07f5b9d2ae614dbab13d903 Mon Sep 17 00:00:00 2001 From: beeankha Date: Mon, 26 Aug 2019 09:29:44 -0400 Subject: [PATCH] Minor change to fix rebase conflict. --- .../workflow-maker/forms/workflow-node-form.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.controller.js b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.controller.js index ad77581a6a..136b2e6cdf 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.controller.js +++ b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.controller.js @@ -353,7 +353,7 @@ export default ['$scope', 'TemplatesService', 'JobTemplateModel', 'PromptService value: $scope.extraVars }; - $scope.nodeConfig.node.promptData = $scope.promptData = { + $scope.nodeConfig.node.promptData = $scope.jobNodeState.promptData = { launchConf: launchConf, launchOptions: launchOptions, prompts: prompts,