AMBARI-16927 Canceling "Select HS2 Interactive" popup does not trigger 
recommendation call. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/01ae85be
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/01ae85be
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/01ae85be

Branch: refs/heads/branch-2.4
Commit: 01ae85be19b3e959a2ba5571c0abca80f0c88449
Parents: a4a4e6e
Author: ababiichuk <[email protected]>
Authored: Fri May 27 16:08:04 2016 +0300
Committer: ababiichuk <[email protected]>
Committed: Mon May 30 12:26:11 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step7/assign_master_controller.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/01ae85be/ambari-web/app/controllers/wizard/step7/assign_master_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/wizard/step7/assign_master_controller.js 
b/ambari-web/app/controllers/wizard/step7/assign_master_controller.js
index 31af2cc..c0654a8 100644
--- a/ambari-web/app/controllers/wizard/step7/assign_master_controller.js
+++ b/ambari-web/app/controllers/wizard/step7/assign_master_controller.js
@@ -125,6 +125,7 @@ App.AssignMasterOnStep7Controller = 
Em.Controller.extend(App.BlueprintMixin, App
             var value = config.get('initialValue');
             config.set('value', value);
             configWidgetContext.setValue(value);
+            configWidgetContext.sendRequestRorDependentConfigs(config);
             this.hide();
             mainPopupContext.hide();
           }

Reply via email to