-
Bug
-
Resolution: Fixed
-
Major
-
2.3.1
-
None
-
PostgreSQL
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
-
When the current sort for the grading table is for a column that contains duplicate values (or no values) the returned order of rows is random. This affects the single grading page which is supposed to step through the rows in the grading table in a fixed order.
This can be reliably triggered by sorting on the last modified (submission) column and then the last modified (grade) column when both of those columns contain no data as tablelib does not sort by any more than 2 columns (so this will ensure there are no other columns in the current sort).
- has a non-specific relationship to
-
MDL-85162 Assignment: Sort by Identifier column
-
- Waiting for component lead review
-