Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 187841740C for ; Sun, 12 Oct 2014 12:51:45 +0000 (UTC) Received: (qmail 85753 invoked by uid 500); 12 Oct 2014 12:51:45 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 85724 invoked by uid 500); 12 Oct 2014 12:51:45 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 85715 invoked by uid 99); 12 Oct 2014 12:51:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2014 12:51:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B532489C75B; Sun, 12 Oct 2014 12:51:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: atkach@apache.org To: commits@ambari.apache.org Message-Id: <924c5eb9eb8941ceaf19260de7159e7e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-7751 Config History bar bugs after saving override. (atkach) Date: Sun, 12 Oct 2014 12:51:44 +0000 (UTC) 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 Authored: Sun Oct 12 15:51:32 2014 +0300 Committer: atkach 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();