-
Bug
-
Resolution: Done
-
Minor
-
4.3.0
-
-
MOODLE_403_STABLE
-
MOODLE_404_STABLE
-
Moodle Apps - 2024 i1.1, Moodle Apps - 2024 i1.2
We have the following code in place that is supposed to do this but it is not working:
CoreEvents.on(CoreEvents.SITE_DELETED, (site) => {
if (site?.id)
});
Steps to reproduce:
- Create some local calendar events
- Add a reminder, in 5 minutes
- Logout and delete current site
- Keep the app open
- You'll receive the calendar event notification even if the site is deleted
- is blocked by
-
MOBILE-4313 Check Android notification and reminder settings, and let user enable them if disabled
- Closed
- Testing discovered
-
MOBILE-4533 Revise 'custom reminder' on the calendar event
- Open