Details
-
Type: Task
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
The Full Calendar JS in /vendors/fullcalendar/ should be upgraded.
The code under /vendors/fullcalendar/ will be removed per CORE-2867, so we should:
- Remove all references to /vendors/fullcalendar/
- These are all in the admin UI
- Pull in the latest version of full calendar via npm
- This may be v3.x or perhaps the new v4.x if they release v4.0 stable by the time this task is integrated
- Update the core admin UI JS to automatically include the necessary JS and CSS from the calendar so it will work natively
- Update our implementation of the calendar as necessary since we are upgrading from v1.6.4 to this new version and there may be backward-incompatible changes that need to be addressed