Skip to content

Commit

Permalink
Merge pull request #14809 from opf/bug/50615-project-calender-navigat…
Browse files Browse the repository at this point in the history
…es-to-previous-month-w-every-filter-swap

[50615] Fix for Project Calender - Navigates to Previous Month w/ Every Filter Swap
  • Loading branch information
toy authored Feb 20, 2024
2 parents 6e4a038 + f943cab commit f304b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit f304b1c

Please sign in to comment.