浏览代码

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

ababiichuk 9 年之前
父节点
当前提交
01ae85be19
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-web/app/controllers/wizard/step7/assign_master_controller.js

+ 1 - 0
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();
           }