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

ambari git commit: AMBARI-13021. Added propertied change names on Customize Services page during adding service (rzang)

Repository: ambari
Updated Branches:
  refs/heads/trunk c2825271b -> cffc56e23


AMBARI-13021. Added propertied change names on Customize Services page during adding service (rzang)


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

Branch: refs/heads/trunk
Commit: cffc56e23a21d2cf6d362c9ed781d09cbb2e8690
Parents: c282527
Author: Richard Zang <rz...@apache.org>
Authored: Wed Sep 9 16:07:41 2015 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Wed Sep 9 16:08:58 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/cffc56e2/ambari-web/app/utils/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js
index 609b068..a578f34 100644
--- a/ambari-web/app/utils/config.js
+++ b/ambari-web/app/utils/config.js
@@ -1116,7 +1116,7 @@ App.config = Em.Object.create({
         id: stored.id,
         name: stored.name,
         displayName: skipAttributeChanges.displayName.contains(stored.name) ?
-          this.getOriginalConfigAttribute(stored, 'displayName', advancedConfigs) : App.format.normalizeName(stored.name),
+          this.getOriginalConfigAttribute(stored, 'displayName', advancedConfigs) : stored.name,
         serviceName: stored.serviceName,
         value: stored.value,
         savedValue: stored.savedValue,