-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.7, 3.11.2, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
When viewing the detailed information of an event from the Events list report, the Other event parameters information is not shown (it's intended to show the @property-read array $other doc from the event classes)
See: https://docs.moodle.org/dev/Events_API#PHP_docs
The code is looking for a set number of whitespace (5 characters), but almost every class uses 6 characters, and my IDE (PHPStorm) also uses 6 characters
(I'm almost certain this worked in the past, but can't find where this changed to not working)
Discovered while davidmatamoros was creating events for MDL-70795
- has a non-specific relationship to
-
MDL-45108 "Other" parameters should be defined in a method similar to webservices
- Closed