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 0069417CA7 for ; Thu, 27 Aug 2015 23:26:31 +0000 (UTC) Received: (qmail 32599 invoked by uid 500); 27 Aug 2015 23:26:30 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 32566 invoked by uid 500); 27 Aug 2015 23:26:30 -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 32557 invoked by uid 99); 27 Aug 2015 23:26:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 23:26:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0FB6E7E88; Thu, 27 Aug 2015 23:26:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12908. Add Service wizard: Config changes for installed services does not happen. (jaimin) Date: Thu, 27 Aug 2015 23:26:30 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 59dd207c3 -> a19c92581 AMBARI-12908. Add Service wizard: Config changes for installed services does not happen. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a19c9258 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a19c9258 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a19c9258 Branch: refs/heads/trunk Commit: a19c9258104f6fa767dfc7af2c17872d17d2cb85 Parents: 59dd207 Author: Jaimin Jetly Authored: Thu Aug 27 16:23:05 2015 -0700 Committer: Jaimin Jetly Committed: Thu Aug 27 16:26:08 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a19c9258/ambari-web/app/controllers/wizard.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/app/controllers/wizard.js index 98e8078..5c4ef30 100644 --- a/ambari-web/app/controllers/wizard.js +++ b/ambari-web/app/controllers/wizard.js @@ -911,7 +911,7 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM serviceConfigProperties.push(configProperty); }, this); // check for configs that need to update for installed services - if (installedServiceNames[_content.get('serviceName')]) { + if (installedServiceNamesMap[_content.get('serviceName')]) { // get only modified configs var configs = _content.get('configs').filter(function (config) { if (config.get('isNotDefaultValue') || (config.get('savedValue') === null)) {