-
Bug
-
Resolution: Fixed
-
Minor
-
3.2, 3.4.3
-
MOODLE_32_STABLE, MOODLE_34_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-56498-master -
While the tests for MDL-56337 were running they noticed that on phantomjs the notifications weren't being marked as read when they were being clicked on in the popover (should be marked as read before the page is redirected to the notification resource).
I was able to re-create this only one time using Safari. Every other time has worked as expected. All other browsers work as expected.
Step that should recreate:
- Log in as a user that has an unread notification
- Open the popover and click on the notification (not the "view more" link)
- You should be taken to the resource the notification is about (the assignment or what ever)
- The notification should be marked as read (though it doesn't in the erroneous case)
This isn't super important since it can't be reliably recreated.