You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/09/26 22:15:33 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.2 b879635b8 -> e2e9a657f


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/e2e9a657
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e2e9a657
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e2e9a657

Branch: refs/heads/branch-2.1.2
Commit: e2e9a657fb949057da6fb8719eba0c9c0dd74df0
Parents: b879635
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Sat Sep 26 12:57:36 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Sat Sep 26 12:57:45 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/installer.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e2e9a657/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);