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) {