瀏覽代碼

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

This reverts commit c0607621bd5c91d6ab50f87fa0753ea5e1dc51cb.
Jaimin Jetly 9 年之前
父節點
當前提交
acd99827ed
共有 1 個文件被更改,包括 1 次插入2 次删除
  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 = '';