Details
Description
the detection is groups are used is not the same at course level - review use of groups on course level
maybe add a switch to enable groups in course and remove all group features from UI if not enabled
Eloy might know more about these issues ![]()
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-19651 | Users can change course group settings without managegroups capability |
|
|
|
| MDL-20270 | Users with acessallgroups can see only groups from default grouping on Participants page |
|
|
|
| MDL-13089 | Student viewing participants should be able to see just his/her group |
|
|
|
| MDL-18544 | Enable groups drop-down in participants list regardless of course-level group mode |
|
|
|
I have reviewed the code base. The group related course settings are groupmode, groupmodeforce and default grouping - these settings specify default values but also in some places mean current setting at course level.
It is evident that these 3 settings are not enough and we should add some more switches in 2.0. For 1.9.x branch we can at least make sure these settings are respected both as defaults and as current course settings.