Repository: ambari Updated Branches: refs/heads/branch-1.7.0 c14ab1d80 -> c5c2f0f94
AMBARI-7751 Config History bar bugs after saving override. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c5c2f0f9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c5c2f0f9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c5c2f0f9 Branch: refs/heads/branch-1.7.0 Commit: c5c2f0f945a899545cad0dfaf9f9982bb79b2531 Parents: c14ab1d Author: atkach <[email protected]> Authored: Sun Oct 12 15:51:32 2014 +0300 Committer: atkach <[email protected]> Committed: Sun Oct 12 15:51:32 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/configs/config_history_flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c5c2f0f9/ambari-web/app/views/common/configs/config_history_flow.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/config_history_flow.js b/ambari-web/app/views/common/configs/config_history_flow.js index 4e026e5..2e3a3e4 100644 --- a/ambari-web/app/views/common/configs/config_history_flow.js +++ b/ambari-web/app/views/common/configs/config_history_flow.js @@ -463,7 +463,7 @@ App.ConfigHistoryFlowView = Em.View.extend({ self.get('controller').set('preSelectedConfigVersion', Em.Object.create({ version: newVersionToBeCreated, serviceName: self.get('displayedServiceVersion.serviceName'), - groupName: self.get('displayedServiceVersion.groupName') + groupName: self.get('controller.selectedConfigGroup.name') })); self.get('controller').restartServicePopup(); this.hide();
