AMBARI-13250. "Customize Services" page loses Smart Configs after clicking "Back" and "Next" buttons. YARN CS config becomes empty and required (srimanth)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/94baa2f0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/94baa2f0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/94baa2f0 Branch: refs/heads/branch-dev-patch-upgrade Commit: 94baa2f02540f1d0cb4d2e0cc7fdb3bf6b17fccf Parents: 474e408 Author: Srimanth Gunturi <[email protected]> Authored: Sat Sep 26 12:57:36 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Sat Sep 26 13:16:22 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/installer.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/94baa2f0/ambari-web/app/controllers/installer.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/app/controllers/installer.js index f01a8f8..194d862 100644 --- a/ambari-web/app/controllers/installer.js +++ b/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);
