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/d69dce93
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d69dce93
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d69dce93

Branch: refs/heads/trunk
Commit: d69dce93535f80d414f0fdd7ac98fb2a56863970
Parents: 853a0ec
Author: ababiichuk <[email protected]>
Authored: Fri May 27 16:08:04 2016 +0300
Committer: ababiichuk <[email protected]>
Committed: Mon May 30 12:24:36 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/d69dce93/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