Repository: ambari Updated Branches: refs/heads/trunk 9c27eaf0e -> 2db973144
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/2db97314 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2db97314 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2db97314 Branch: refs/heads/trunk Commit: 2db973144de76f596bf88df82eef236bb5a3ecca Parents: 9c27eaf Author: atkach <[email protected]> Authored: Sun Oct 12 15:49:16 2014 +0300 Committer: atkach <[email protected]> Committed: Sun Oct 12 15:49:16 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/2db97314/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();
