Author: yusaku
Date: Wed Apr 24 23:29:51 2013
New Revision: 1471771
URL: http://svn.apache.org/r1471771
Log:
AMBARI-2014. Install Wizard/Add Host Wizard Review page: local repo option is
always displayed as "No", even when it is enabled. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step8_controller.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1471771&r1=1471770&r2=1471771&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed Apr 24 23:29:51 2013
@@ -789,6 +789,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-2014. Install Wizard/Add Host Wizard Review page: local repo option
+ is always displayed as "No", even when it is enabled. (yusaku)
+
AMBARI-2019. Cannot decommission data node (ensure recommission also works).
(swagle)
Modified:
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step8_controller.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/wizard/step8_controller.js?rev=1471771&r1=1471770&r2=1471771&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step8_controller.js
(original)
+++
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step8_controller.js
Wed Apr 24 23:29:51 2013
@@ -444,7 +444,7 @@ App.WizardStep8Controller = Em.Controlle
this.get('clusterInfo').pushObject(Ember.Object.create(totalHostsObj));
//repo
- var repoOption = this.get('content.installOption.localRepo');
+ var repoOption = this.get('content.installOptions.localRepo');
var repoObj = this.rawContent.findProperty('config_name', 'Repo');
if (repoOption) {
repoObj.config_value = 'Yes';