Browse Source

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 years ago
parent
commit
94baa2f025
1 changed files with 1 additions and 0 deletions
  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.SubSection.find().clear();
     App.Tab.find().clear();
+    this.set('stackConfigsLoaded', false);
     if (stacks && stacks.get('length')) {
       App.set('currentStackVersion', App.Stack.find().findProperty('isSelected').get('id'));
       dfd.resolve(true);