stable

Clone or download

Read-only

Fix edge case dimensions of bar

Have a user in Timezone Europe/Paris Create artifacts: Task A: [20210401, 20210409] Task B: [20210412, 20210423] Task C: [20210426, 20211031] Open the roadmap widget, Task A begins at Apr 01. Switch to Timezone GMT Edit Task A, and switch the start date back to 20210401 Open the roadmap widge, Task A should still begin at Apr 01, not Mar 01. Part of story #19734: have a Roadmap widget on dashboard Change-Id: I1d7e2512bdccb550ae16b65439086313314eee1c

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BackgroundGrid.test.ts +4 −3 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/DependencyArrow.test.ts +29 −29 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +3 −3 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodHeader.test.ts +6 −3 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TodayIndicator.test.ts +12 −6 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/left-position.test.ts +23 −9 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/left-postion.ts +7 −5 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-month.test.ts +0 −36 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-month.ts +0 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-quarter.test.ts +0 −19 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/time-period-quarter.ts +0 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/type.ts +0 −1 Go to diff View file