-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.8, 4.3
-
MOODLE_401_STABLE, MOODLE_403_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-80803-403 -
- Covered by automated tests (PHPUnit)
How to reproduce:
(From a clean install of Moodle 4.3 with a SMTP server working for testing):
- Create a course with several users enrolled as students.
- Create an assign with some restriction that no student will achieve (for example a future date).
- Enter on assign's configuration, change description field, mark "Send content change notification" and save.
What happens: All enrolled users receive a notification.
What I expected: No student should receive any notification cause they have no access to the assign.
Option's help state "Only users who can access the activity or resource will receive the notification." but it doesn't work like that.
- Testing discovered
-
MDL-80809 Wrong contexts used for string formatting in content notification task
- Closed