-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.2
-
MOODLE_311_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
When viewing the event list report, it doesn't consider/list any events belonging to core subsystems (core_*, for example for the following:
- \core_customfield\event\
- \core_h5p\event
- \core_payment\event
Because the relevant class contains a hard-coded assumption that all events belonging to core exist in $CFG->libdir . '/classes/event'
Discovered while davidmatamoros was creating events for MDL-70795