Actions
Bug #26647
openChange validation links are all broken
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I was bothered the first time
User visibility:
First impressions of Rudder
Effort required:
Small
Priority:
97
Name check:
To do
Fix check:
To do
Regression:
No
Description
When opening change validation menus and seeing some pending validation/changes (e.g. https://myserver.com/rudder/secure/configurationManager/changes/changeRequests/Pending_validation
), clicking on them redirects to a 404 page https://myserver.com/rudder/secure/plugins/changes/changeRequest/3
.
The redirection should be https://myserver.com/rudder/secure/configurationManager/changes/changeRequest/3
in this case.
And I guess there are more redirection errors since the menu change in #26055.
Actions