This is an automated email from the ASF dual-hosted git repository.
arshad 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 75d55aa317 AMBARI-25839: Reset user after RA HA wizard close (#3628)
75d55aa317 is described below
commit 75d55aa317332eff063f07cecdd414bbb57ab4cc
Author: Vijayakumar Govindasamy <[email protected]>
AuthorDate: Mon Jun 16 15:08:16 2025 +0530
AMBARI-25839: Reset user after RA HA wizard close (#3628)
Co-authored-by: vijgovin <[email protected]>
---
ambari-web/app/routes/ra_high_availability_routes.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/ambari-web/app/routes/ra_high_availability_routes.js
b/ambari-web/app/routes/ra_high_availability_routes.js
index d2bea4e2c6..84d83682c4 100644
--- a/ambari-web/app/routes/ra_high_availability_routes.js
+++ b/ambari-web/app/routes/ra_high_availability_routes.js
@@ -164,6 +164,7 @@ module.exports = App.WizardRoute.extend({
},
next: function (router) {
router.get('updateController').set('isWorking', true);
+ App.router.get('wizardWatcherController').resetUser();
var rAHighAvailabilityWizardController =
router.get('rAHighAvailabilityWizardController');
rAHighAvailabilityWizardController.finish();
App.clusterStatus.setClusterStatus({
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]