-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.9, 1.9.10, 2.0, 2.7, 3.1.2, 3.5.3, 3.6.1, 3.7
-
Any
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_27_STABLE, MOODLE_31_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-24951-master -
Easy
-
Creating a forum with a groups mode enabled without any groups defined in the course causes a non-obvious failure. For example, if you create a forum with separate groups in a course without any defined groups, any student who visits the forum receives this message: "You do not have permission to add a new discussion topic for all participants." Contrast this behavior with a wiki, which gracefully allows a wiki for "All Participants," even though we're in groups mode.
One way to fix this is to prohibit creating an activity when there no defined groups. I've attached patches for 1.9.9 and 2.0 RC1 which accomplish this. Another way might be a new default behavior for a forum (similar to the wiki) or at least a more apparent error message.
- will be (partly) resolved by
-
MDL-19670 Allow "Create new discussion for each group" to enable teachers to post the same question for each group with only one posting
- Closed