-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.4, 3.8.1, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67942-master -
In quiz attempt report, if you delete an attempt which belongs to a user that was enrolled in more than one role, you will get the error:
Did you remember to make the first column something unique in your call to get_records? Duplicate value 'xxxx' found in column 'id'.
- Testing discovered
-
MDL-68000 delete_selected_attempts in mod/quiz/report/attemptsreport.php does a DB query in a loop
- Open