You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2013/12/13 17:18:32 UTC

git commit: AMBARI-4063 In installer launching manage config-group dialog throws error in console. (ababiichuk)

Updated Branches:
  refs/heads/trunk 3a1fc7db9 -> af0679d1c


AMBARI-4063 In installer launching manage config-group dialog throws error in console. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: af0679d1ca102f515b323e51c86e8b274c57b927
Parents: 3a1fc7d
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Dec 13 18:15:59 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Dec 13 18:18:23 2013 +0200

----------------------------------------------------------------------
 .../controllers/main/service/manage_config_groups_controller.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/af0679d1/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
index b9af51e..16eee9c 100644
--- a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
+++ b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
@@ -650,7 +650,7 @@ App.InstallerManageConfigGroupsController = App.ManageConfigGroupsController.ext
         });
         if (duplicated) {
           self.get('selectedConfigGroup.properties').forEach(function(property) {
-            var property = $.extend(true, {},property);
+            var property = $.extend(false, {},property);
             property.set('group', newConfigGroupData);
             properties.push(App.ServiceConfigProperty.create(property));
           });