Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBCD0FB35 for ; Wed, 17 Apr 2013 02:15:42 +0000 (UTC) Received: (qmail 95781 invoked by uid 500); 17 Apr 2013 02:15:42 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 95717 invoked by uid 500); 17 Apr 2013 02:15:42 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 95710 invoked by uid 99); 17 Apr 2013 02:15:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 02:15:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 02:15:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7A86F2388847; Wed, 17 Apr 2013 02:15:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1468717 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/controllers/main/service/info/configs.js Date: Wed, 17 Apr 2013 02:15:19 -0000 To: ambari-commits@incubator.apache.org From: srimanth@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130417021519.7A86F2388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: srimanth Date: Wed Apr 17 02:15:18 2013 New Revision: 1468717 URL: http://svn.apache.org/r1468717 Log: AMBARI-1949. Reconfiguration of Services has issues and the configurations save button does not take affect. (srimanth) Modified: incubator/ambari/trunk/CHANGES.txt incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js Modified: incubator/ambari/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1468717&r1=1468716&r2=1468717&view=diff ============================================================================== --- incubator/ambari/trunk/CHANGES.txt (original) +++ incubator/ambari/trunk/CHANGES.txt Wed Apr 17 02:15:18 2013 @@ -745,6 +745,9 @@ Trunk (unreleased changes): BUG FIXES + AMBARI-1949. Reconfiguration of Services has issues and the configurations + save button does not take affect. (srimanth) + AMBARI-1948. System logs are not present on tasktracker. (swagle) AMBARI-1947. Oozie Smoke test fails with errors on the start services/install Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js?rev=1468717&r1=1468716&r2=1468717&view=diff ============================================================================== --- incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js (original) +++ incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js Wed Apr 17 02:15:18 2013 @@ -877,7 +877,7 @@ App.MainServiceInfoConfigsController = E var express = expression.match(/<(.*?)>/g); var value = expression; if (express == null) { - return { value : expression, overrides: []}; // if site property do not map any global property then return the value + return { value : expression, overrides: {}}; // if site property do not map any global property then return the value } var overrideHostToValue = {}; express.forEach(function (_express) {