-
Bug
-
Resolution: Fixed
-
Major
-
2.3.2, 2.6.3, 2.7
-
MOODLE_23_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
I got a warning when accessing the course participation report.
Replication steps:
- Log in as teacher/admin
- Navigate to a course that has multiple students enrolled
- Navigate to the course participantion report (Navigation > somecourse > reports > course participation)
- from course participant list above, select an activity.
- Select Student from the Show only list.
- Click Go
That caused the following error to be displayed.
Did you remember to make the first column something unique in your call to get_records? Duplicate value '2' found in column 'userid'.
|
|
line 979 of /lib/dml/mysqli_native_moodle_database.php: call to debugging()
|
line 259 of /report/participation/index.php: call to mysqli_native_moodle_database->get_records_sql()
|
- Testing discovered
-
MDL-34571 Add label for select and text input elements in report
-
- Closed
-