You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/08/02 21:23:11 UTC

git commit: AMBARI-6721. Capacity Scheduler config cannot be saved. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 55c4401c9 -> d1e083ea2


AMBARI-6721. Capacity Scheduler config cannot be saved. (yusaku)


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

Branch: refs/heads/trunk
Commit: d1e083ea2df74a18c29ae7e77eea6ac962ab6e2d
Parents: 55c4401
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Sat Aug 2 12:22:52 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Sat Aug 2 12:24:50 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/d1e083ea/ambari-web/app/utils/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js
index 4f3806f..b017ebc 100644
--- a/ambari-web/app/utils/config.js
+++ b/ambari-web/app/utils/config.js
@@ -1172,7 +1172,8 @@ App.config = Em.Object.create({
             value: value,
             defaultValue: value,
             serviceName: configsTextarea.get('serviceName'),
-            filename: filename
+            filename: filename,
+            group: null
           }));
         }
       });