-
Bug
-
Resolution: Fixed
-
Critical
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-66790-master -
This is a regression caused by MDL-65938. Steps to reproduce:
- Go to https://qa.moodledemo.net/mod/quiz/report.php?id=30&mode=overview
- Log in as teacher.
- Click the 'Select all' checkbox.
Expected result: All checkboxes in that column get checked.
Acutal result: Page reloads with error
Error reading from database
More information about this error
Debug info: Unknown column 'checkbox' in 'order clause'
SELECT
DISTINCT CONCAT(u.id, '#', COALESCE(quiza.attempt, 0)) AS uniqueid, ...
- is a regression caused by
-
MDL-65938 Use the checkbox-toggleall component for the quiz activity
- Closed