Преглед изворни кода

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

Bhuvnesh Chaudhary пре 9 година
родитељ
комит
c0607621bd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      ambari-web/app/controllers/wizard.js

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

@@ -925,11 +925,12 @@ 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']);
+        configProperty = App.config.mergeStaticProperties(configProperty, _configProperties, [], ['name', 'filename', 'serviceName', 'isUserProperty', 'value']);
 
         if (this.isExcludedConfig(configProperty)) {
           configProperty.value = '';