Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 21076cf31 -> 8fd52b286


AMBARI-12908. Add Service wizard: Config changes for installed services does 
not happen. (jaimin)


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

Branch: refs/heads/branch-2.1
Commit: 8fd52b286c9b54db92c12a5a4217dbee07253c32
Parents: 21076cf
Author: Jaimin Jetly <[email protected]>
Authored: Thu Aug 27 16:23:05 2015 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Thu Aug 27 16:23:05 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8fd52b28/ambari-web/app/controllers/wizard.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard.js 
b/ambari-web/app/controllers/wizard.js
index 883746a..0ce3e95 100644
--- a/ambari-web/app/controllers/wizard.js
+++ b/ambari-web/app/controllers/wizard.js
@@ -883,7 +883,7 @@ App.WizardController = 
Em.Controller.extend(App.LocalStorage, App.ThemesMappingM
         serviceConfigProperties.push(configProperty);
       }, this);
       // check for configs that need to update for installed services
-      if (installedServiceNames[_content.get('serviceName')]) {
+      if (installedServiceNamesMap[_content.get('serviceName')]) {
         // get only modified configs
         var configs = _content.get('configs').filter(function (config) {
           if (config.get('isNotDefaultValue') || (config.get('savedValue') === 
null)) {

Reply via email to