Browse Source

Revert "AMBARI-16147: Ambari Web Service installation does not comply with Final Attribute (goutam tadi via bhuvnesh2703)"

This reverts commit c0607621bd5c91d6ab50f87fa0753ea5e1dc51cb.
Jaimin Jetly 9 years ago
parent
commit
acd99827ed
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ambari-web/app/controllers/wizard.js

+ 1 - 2
ambari-web/app/controllers/wizard.js

@@ -925,12 +925,11 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM
         }
         var configProperty = App.config.createDefaultConfig(
           _configProperties.get('name'),
-          _configProperties.get('serviceName'),
           _configProperties.get('filename'),
           _configProperties.get('isUserProperty'),
           {value: _configProperties.get('value')}
         );
-        configProperty = App.config.mergeStaticProperties(configProperty, _configProperties, [], ['name', 'filename', 'serviceName', 'isUserProperty', 'value']);
+        configProperty = App.config.mergeStaticProperties(configProperty, _configProperties, ['name', 'filename']);
 
         if (this.isExcludedConfig(configProperty)) {
           configProperty.value = '';