Explorar o código

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

aBabiichuk %!s(int64=10) %!d(string=hai) anos
pai
achega
ca87af1ce1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),
 
   /**