-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.10, 4.0.4
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
Easy
-
When deleting instance of meta enrolment, report shows event "Grouping deleted" instead of "Enrolment method deleted".
Test scenario:
- Create a course.
- Go to enrolment methods and add a meta enrolment. Register.
- Go back to list of enrolment methods and delete the meta enrolment.
- Go in course reports.
- Confirm
- That log line for deleting method shows "Grouping deleted" instead of "Enrolent method deleted.
This bog appears in lib/classes/event/enrol_instance_deleted.php, at line 76 : in the get_name function, string is "eventgroupingdeleted".