Forráskód Böngészése

AMBARI-13250. "Customize Services" page loses Smart Configs after clicking "Back" and "Next" buttons. YARN CS config becomes empty and required (srimanth)

Srimanth Gunturi 9 éve
szülő
commit
94baa2f025
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      ambari-web/app/controllers/installer.js

+ 1 - 0
ambari-web/app/controllers/installer.js

@@ -237,6 +237,7 @@ App.InstallerController = App.WizardController.extend({
     App.Section.find().clear();
     App.Section.find().clear();
     App.SubSection.find().clear();
     App.SubSection.find().clear();
     App.Tab.find().clear();
     App.Tab.find().clear();
+    this.set('stackConfigsLoaded', false);
     if (stacks && stacks.get('length')) {
     if (stacks && stacks.get('length')) {
       App.set('currentStackVersion', App.Stack.find().findProperty('isSelected').get('id'));
       App.set('currentStackVersion', App.Stack.find().findProperty('isSelected').get('id'));
       dfd.resolve(true);
       dfd.resolve(true);