-
Improvement
-
Resolution: Fixed
-
Major
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-78316-master -
- Login
- Navigate to your dashboard
- Create a new calendar event
- View the calendar event
- Confirm that the icons are shown correctly
The IconSystem code is written as older AMD modules and very hard to follow.
We should update it to ESM classes using Maps and first-class Promises.
We should also add a Factory method - currently we do the actual factory work in core/templates which is just wrong.