Author: yusaku
Date: Thu Jan 17 01:09:08 2013
New Revision: 1434525

URL: http://svn.apache.org/viewvc?rev=1434525&view=rev
Log:
AMBARI-1204. Install Wizard: Re-enable configuration of user/group names for 
master component daemons. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1434525&r1=1434524&r2=1434525&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Jan 17 01:09:08 2013
@@ -17,6 +17,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1204. Install Wizard: Re-enable configuration of user/group names for
+ master component daemons. (yusaku)
+
  AMBARI-1197. Refactor code for graphs. (yusaku)
 
  AMBARI-1196. Automatically update host-level popup info/logs. (yusaku)

Modified: 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js?rev=1434525&r1=1434524&r2=1434525&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js 
Thu Jan 17 01:09:08 2013
@@ -172,8 +172,7 @@ App.WizardStep7Controller = Em.Controlle
 
         console.log('pushing ' + serviceConfig.serviceName, serviceConfig);
 
-        if 
(this.get('selectedServiceNames').contains(serviceConfig.serviceName)) {
-          // AMBARI-1139 - Hiding MISC section // || serviceConfig.serviceName 
=== 'MISC') {
+        if 
(this.get('selectedServiceNames').contains(serviceConfig.serviceName) || 
serviceConfig.serviceName === 'MISC') {
           serviceConfig.showConfig = true;
         }
 


Reply via email to