Added sub breadcrumbs to the work item view
What does this MR do and why?
Added parent context to tasks.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
-
In rails console
- enable the feature flags
Feature.enable(:work_items)
-
In any issue, add some markdown tasks to the description.
-
Hover over a task and click on the "Convert to Task" button.
-
Should see parent information in the task modal.
-
Exit the modal, right click on the task and open in a new tab to see the detail view.
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.
Related to #366211 (closed)
Edited by Donald Cook