Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7.5, 3.8.2, 3.9
-
Component/s: Assignment, Web Services
-
Labels:
Description
The webservice function mod_assign_get_submissions doesn't return files that were submitted as a group.
Group submissions are stored with userid == 0 and groupid != 0 which is why the following line causes them to be skipped: https://github.com/moodle/moodle/blob/cd391f9922a7fdfbf0e57709c216725aa66d5293/mod/assign/externallib.php#L797