-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.3
-
None
-
3.5.0
-
MOODLE_36_STABLE
-
MOODLE_37_STABLE
Changes to the Messaging system in 3.6 have cause Scheduler email notifications to stop going out.
WHAT YOU EXPECTED
- I click "Send Invitation" on a Scheduler activity
- I send a message to multiple users
- I see "Message sent to X users"
- Emails successfully send
WHAT ACTUALLY HAPPENS
- I click "Send Invitation" on a Scheduler activity
- I send a message to multiple users
- I see "Message sent to X users"
- No emails show up in users' inboxes
There is a trap in the 3.6 code where no messages get sent.
Specifically, line 95 here https://github.com/moodle/moodle/commit/52f9cf205e45f591ac637e15608ba5cb543d6184#diff-d17043b0cdd06fbbb352434c9c1f8edcR95
part of
https://tracker.moodle.org/browse/MDL-63724