소스 검색

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'),
 
   /**