This is an automated email from the ASF dual-hosted git repository.

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e9bb069  [AMBARI-23497] NN Federation Wizard state not restored after 
closing session (akovalenko) (#919)
e9bb069 is described below

commit e9bb069e29b9c6f3ccc59a3c4526fbc7c0c11634
Author: Aleksandr Kovalenko <aleksandrkovale...@users.noreply.github.com>
AuthorDate: Fri Apr 6 22:24:49 2018 +0300

    [AMBARI-23497] NN Federation Wizard state not restored after closing 
session (akovalenko) (#919)
    
    Merging this critical changes since all tests have passed.
---
 ambari-web/app/data/controller_route.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ambari-web/app/data/controller_route.js 
b/ambari-web/app/data/controller_route.js
index 13d0380..eb3b1ff 100644
--- a/ambari-web/app/data/controller_route.js
+++ b/ambari-web/app/data/controller_route.js
@@ -80,5 +80,9 @@ module.exports = [
   {
     wizardControllerName: App.router.get('widgetEditController.name'),
     route: 'main.editWidget'
+  },
+  {
+    wizardControllerName: 
App.router.get('nameNodeFederationWizardController.name'),
+    route: 'main.services.enableNameNodeFederation'
   }
 ];

-- 
To stop receiving notification emails like this one, please contact
swa...@apache.org.

Reply via email to