- Issue created by @luksak
- Merge request !5Issue #3420205: Use calendar.refetchEvents() instead of calling... → (Open) created by luksak
- Status changed to Needs review
about 1 year ago 6:10pm 8 February 2024
Currently on ajaxComplete()
we call calendar.destory()
and buildCalendars()
. This gets rid of the FullCalendar instances completely. While this is a safe way to completely rebuild all calendars and fetch all data fresh, this also leads to a few disadvantages:
We could call calendar.refetchEvents()
instead to fetch new data. That solves all the above issues.
Needs review
1.1
Code