stable

Clone or download

Read-only

fix: Children can have more than one parent

Given StoryA is child of both EpicB and EpicC, and there is a link between StoryB and StoryA, When we display the Roadmap widget, and choose to display the links or the popover, Then there is no error in the console, and everything is displayed as expected. Part of story #20979: Display children in Roadmap Change-Id: Ic4ac54519a8b57267e16985f20d11552c8afcfee

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts +44 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +23 −9 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +19 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +11 −3 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/task-retriever.test.ts +20 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/task-retriever.ts +7 −3 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/type.ts +1 −0 Go to diff View file