You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/10/30 22:42:31 UTC

ambari git commit: AMBARI-13668. Customize Services page is not loading while adding Ranger. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 bca16855c -> 43fc62bf6


AMBARI-13668. Customize Services page is not loading while adding Ranger. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43fc62bf
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43fc62bf
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43fc62bf

Branch: refs/heads/branch-2.1
Commit: 43fc62bf62cff7b79c0044e6904bf648e58c0e28
Parents: bca1685
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Oct 30 14:42:08 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Fri Oct 30 14:42:28 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/43fc62bf/ambari-web/app/utils/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js
index 3cbd141..d917669 100644
--- a/ambari-web/app/utils/config.js
+++ b/ambari-web/app/utils/config.js
@@ -671,7 +671,7 @@ App.config = Em.Object.create({
           var configObject = _configString.substring(2, _configString.length - 1).split("/");
           var config = serviceConfigs.filterProperty('filename', configObject[0] + '.xml').findProperty('name', configObject[1]);
           if (config) {
-            var configValue = config.get('value');
+            var configValue = config.value;
             parseIfConditionVal = parseIfConditionVal.replace(_configString, configValue);
           }
         }, this);