-
Bug
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67312-master -
-
Internationals - 3.8 Alpha, Internationals - 3.9 Sprint 1, International 3.9 - Sprint 3, International 3.9 - Sprint 4
In MDL-66551 orphaned calendar subscriptions are cleaned up, but the events can be left behind. In some of our production sites we have seen users locked out of their site because the calendar expects the subscription relating to an event to exist.
In other parts of moodle we do clean up the events related to a subscription upon deletion of said subscription. E.g., https://github.com/moodle/moodle/blob/master/calendar/lib.php#L2960
So it seems reasonable that we should delete the subscription as part of the process implemented in MDL-66551
- Testing discovered
-
MDL-67494 Course/activity calendar events are deleted when the teacher who created them requests their data to be deleted
- Closed