Kaynağa Gözat

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

Bhuvnesh Chaudhary 9 yıl önce
ebeveyn
işleme
c0607621bd
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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(
         var configProperty = App.config.createDefaultConfig(
           _configProperties.get('name'),
           _configProperties.get('name'),
+          _configProperties.get('serviceName'),
           _configProperties.get('filename'),
           _configProperties.get('filename'),
           _configProperties.get('isUserProperty'),
           _configProperties.get('isUserProperty'),
           {value: _configProperties.get('value')}
           {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)) {
         if (this.isExcludedConfig(configProperty)) {
           configProperty.value = '';
           configProperty.value = '';