Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-18634 6088e4f1c -> 99c821663


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/097de987
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/097de987
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/097de987

Branch: refs/heads/branch-feature-AMBARI-18634
Commit: 097de987bcdd10276693ef7713607b7f2926d7a6
Parents: 91b7d22
Author: ababiichuk <[email protected]>
Authored: Thu Oct 27 17:04:18 2016 +0300
Committer: ababiichuk <[email protected]>
Committed: Thu Oct 27 18:59:11 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/admin/kerberos/step4_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/097de987/ambari-web/app/controllers/main/admin/kerberos/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/kerberos/step4_controller.js 
b/ambari-web/app/controllers/main/admin/kerberos/step4_controller.js
index e43dd02..7584c24 100644
--- a/ambari-web/app/controllers/main/admin/kerberos/step4_controller.js
+++ b/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;

Reply via email to