Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 328102511 -> 9d3fd9e56


AMBARI-15456. Manual Kerberos: JS error on clicking next button of "Configure 
Identities page" on Add Service wizard (alexantonenko)


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

Branch: refs/heads/branch-2.2
Commit: 9d3fd9e56b214a75e84d26bfbecb747141a5f6b7
Parents: 3281025
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Thu Mar 17 11:20:19 2016 +0200
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Thu Mar 17 14:06:23 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/routes/add_service_routes.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9d3fd9e5/ambari-web/app/routes/add_service_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_service_routes.js 
b/ambari-web/app/routes/add_service_routes.js
index f756ef6..73029c8 100644
--- a/ambari-web/app/routes/add_service_routes.js
+++ b/ambari-web/app/routes/add_service_routes.js
@@ -292,6 +292,7 @@ module.exports = App.WizardRoute.extend({
     next: function (router) {
       if (App.Cluster.find().objectAt(0).get('isKerberosEnabled')) {
         if (router.get('mainAdminKerberosController.isManualKerberos')) {
+          router.get('wizardStep8Controller').set('wizardController', 
router.get('addServiceController'));
           router.get('wizardStep8Controller').updateKerberosDescriptor(true);
         }
         
router.get('addServiceController').cacheStepConfigValues(router.get('kerberosWizardStep4Controller'));

Reply via email to