diff --git a/frontend/src/app/features/calendar/op-work-packages-calendar.service.ts b/frontend/src/app/features/calendar/op-work-packages-calendar.service.ts index 67c9b35811c4..750153b6bc40 100644 --- a/frontend/src/app/features/calendar/op-work-packages-calendar.service.ts +++ b/frontend/src/app/features/calendar/op-work-packages-calendar.service.ts @@ -417,7 +417,7 @@ export class OpWorkPackagesCalendarService extends UntilDestroyedMixin { void this.$state.go( '.', { - cdate: this.timezoneService.formattedISODate(dates.view.currentStart), + cdate: this.timezoneService.formattedISODate(dates.view.calendar.getDate()), // v6.beta3 fails to have type on the ViewAPI cview: (dates.view as unknown as { type:string }).type, },