浏览代码

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 年之前
父节点
当前提交
94baa2f025
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);