Remove epics list from router
What does this MR do and why?
Following !164191 (merged), it was noticed that the 'Epics' link in the breadcrumbs took the user to the new Work Item based Epics listing page, rather than the legacy page.
This change removes the group level listing page from the router config and replaces the breadcrumb link with a link to the legacy epics listing page.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
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
Numbered steps to set up and validate the change are strongly suggested.
- Visit an epic with work item epics enabled.
- Click the 'Epics' breadcrumb link.
- Toggle the
work_item_epics_listfeature flag - On this branch you'll be taken to the legacy epic listing page when the feature flag is disabled
- On master you'll be taken to the newer epic listing page that uses work items when the feature flag is disabled
Relates to #480084 (closed)
Edited by Jack Chapman