stable

Clone or download

Read-only

fix: empty state when no task

We already have an empty state when there is no task at all. However the following scenario has been forgotten during story #21814: * Given a roadmap with only closed tasks * When the user decides to show only open tasks * Then the roadmap should not disappear Closes request #22189: Roadmap should not disappear when there is no row to display Change-Id: I4c6d9b907d2e73897f512a0de493befee7d8b94b

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/po/fr_FR.po +5 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/App.test.ts +1 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/App.vue +3 −8 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/DependencyNatureControl.test.ts +63 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/DependencyNatureControl.vue +8 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts +111 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +29 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodControl.test.ts +40 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodControl.vue +8 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/NoDataToShowEmptyState.vue +8 −4 Go to diff View file