-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.6, 3.11.1
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MDL-72207-master -
According the the documentation of the groupid param:
"Empty or 0 for all groups information."
However, in the Webservice code the groupid is converted to null if it's empty. Then, the function get_assign_grading_summary_renderable calculates the current group if groupid is null, so the WebService ends up returning information of a certain group instead of all participants.
- Discovered while testing
-
MOBILE-3785 Assignment - visible groups: teachers on browser can select 'All participants' whereas on the app they need to select a specific group
- Closed