Prechádzať zdrojové kódy

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

aBabiichuk 10 rokov pred
rodič
commit
ca87af1ce1

+ 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._setEditableValue(config);
       this._setOverrides(config, overrides);
       this._setOverrides(config, overrides);
     }, this);
     }, this);
-    this.getRecommendationsForDependencies(null, true, Em.K);
+    //this.getRecommendationsForDependencies(null, true, Em.K);
   }.observes('selectedConfigGroup'),
   }.observes('selectedConfigGroup'),
 
 
   /**
   /**