浏览代码

AMBARI-11771 Install Wizard Step7 Enhanced Configs reverting when revisiting the service tab. (ababiichuk)

aBabiichuk 10 年之前
父节点
当前提交
ca87af1ce1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/wizard/step7_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step7_controller.js

@@ -1112,7 +1112,7 @@ App.WizardStep7Controller = Em.Controller.extend(App.ServerValidatorMixin, App.E
       this._setEditableValue(config);
       this._setOverrides(config, overrides);
     }, this);
-    this.getRecommendationsForDependencies(null, true, Em.K);
+    //this.getRecommendationsForDependencies(null, true, Em.K);
   }.observes('selectedConfigGroup'),
 
   /**