-
Bug
-
Resolution: Fixed
-
Blocker
-
2.7.10, 2.8.8
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-51939-master -
When a forum is setup to use separate groups and a lecturer posts a discussion to the forum selecting to send to: 'All Participants' students are not able to view the post.
This seems to be a regression caused by: MDL-50576 as it now sets the groupid for forum posts that are sent to all participants to 0 instead of -1.
Steps to replicate:
1. Create a course with two groups, one student, one teacher.
2. Create a forum activity and set Group mode to 'Separate groups'
3. As the teacher create a post, set Group to 'All participants' and check mail now.
4. As the student view the forum post and the discussion cannot be seen.
Patch developed will push through soon