Просмотр исходного кода

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

Bhuvnesh Chaudhary 9 лет назад
Родитель
Сommit
48efeb4516
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ambari-web/app/controllers/wizard.js

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

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