Przeglądaj źródła

AMBARI-18719 Add service wizard getting stuck at Configure Identities page. (ababiichuk)

ababiichuk 8 lat temu
rodzic
commit
3654d61762

+ 1 - 1
ambari-web/app/controllers/main/admin/kerberos/step4_controller.js

@@ -439,7 +439,7 @@ App.KerberosWizardStep4Controller = App.WizardStep7Controller.extend(App.AddSecu
     var self = this;
     var configs, servicesConfigurations;
     if (this.get('isWithinAddService')) {
-      configs = this.get('wizardController').getDBProperty('serviceConfigProperties');
+      configs = this.get('content.serviceConfigProperties');
       servicesConfigurations = configs.reduce(function(configTags, property) {
         var fileName = App.config.getConfigTagFromFileName(property.filename),
             configType;