Redirect planning hierarchy page to 404
What does this MR do and why?
We are temporarily redirecting the project/-/planning_hierarchy
page to 404, since the page is currently not providing the necessary information and a redesign is pending. This MR does not remove the page completely.
Related to: Redirect planning hierarchy page to 404 (#424520 - closed) • Joseph Wambua • 16.5
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
i: While on master
:
- Navigate to a
$GDK_URL/$PROJECT_PATH/-/planning_hierarchy
to view the page. - Confirm that the planning hierarchy page is visible
ii: While on branch 424520_redirect_planning_hierachy_page
- Navigate to a
$GDK_URL/$PROJECT_PATH/-/planning_hierarchy
to view the page. - Confirm that the route redirects to
404
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.