Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.7.10, 2.8.8
-
Component/s: Forum
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-51939-master
Description
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