-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.1, 3.6
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_35_STABLE
-
MDL-63130_master -
- Unit tests
message_count_unread_messages (used in course overview block) gives wrong message count when only one user is supplied, because it counts even sent messages. If both users are supplied, it works correctly.
This function was previously used by Course overview legacy block, now it's gone. We're still using it in our installation, and i'm unsure if it's currently used by any other plugin. But the described function misbehaves anyway.
- is a regression caused by
-
MDL-36941 Create new tables for messages and notifications and convert existing API to use these
- Closed