stable
Clone or download
Read-only
Given StoryA is children of EpicB, And they don't belong to the same project, When we expand the subtasks of EpicB, Then the project label of StoryA is displayed next to its xref. Note: a Design intervention needs to be done later to adjust the display when the project label is too long. Currently the xref is disappearing when it is the case âšī¸ Part of story #20979: Display children in Roadmap Change-Id: Ied486bf66ba5e3b1980cd507ac6dd4c410bb5b65
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/roadmap/include/Roadmap/REST/v1/TaskRepresentation.php | +8 | â1 | Go to diff View file |
M | plugins/roadmap/include/Roadmap/REST/v1/TaskRepresentationBuilderForTracker.php | +2 | â0 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Subtask/SubtaskHeader.test.ts | +38 | â0 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Subtask/SubtaskHeader.vue | +9 | â2 | Go to diff View file |
A | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/HeaderLink.test.ts | +43 | â0 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/HeaderLink.vue | +13 | â1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/TaskHeader.test.ts | +25 | â0 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/TaskHeader.vue | +1 | â1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/type.ts | +6 | â0 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksRetrieverTest.php | +8 | â2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/SubtasksRetrieverTest.php | +3 | â0 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskRepresentationBuilderForTrackerTest.php | +3 | â0 | Go to diff View file |
M | plugins/roadmap/themes/_gantt-header.scss | +4 | â0 | Go to diff View file |
M | plugins/tracker/tests/unit/Builders/ArtifactTestBuilder.php | +16 | â0 | Go to diff View file |