stable

Clone or download

Read-only

refactor: Change the type of the formatDatetimeToYearMonthDay parameter to Date

Part of request #36855 Select predefined time period in Personal Timetracking widget - Change the type of the formatDatetimeToYearMonthDay function parameter from string to Date for better usability and less code repetition No functional change expected Change-Id: I7d08055208de628463fd248ec55379d9c8475246

Modified Files

Name
M plugins/timetracking/scripts/lib/time-formatters/src/time-formatters.test.ts +3 −1 Go to diff View file
M plugins/timetracking/scripts/lib/time-formatters/src/time-formatters.ts +1 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue +2 −2 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/root.ts +6 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/state.ts +4 −3 Go to diff View file