-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.13, 3.10.10, 3.11.6, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
master-
MDL-74234-v2 -
It's been found that after MDL-60474 has landed the core it's sometimes not possible to access grading page for a student when firstname and lastname filters are set.
Some academics use custom reports with manually constructed URLs to access students' submissions. When they access https://somesite.com/mod/assign/view.php?id=11111&rownum=0&action=grader&userid=222 they get automatically redirected to https://somesite.com/mod/assign/view.php?id=11111&rownum=0&action=grader&userid=333 page. This happens when they accessed this assignment before and set firstname/lastname filters so user 222 is not shown on the submission list.
I was thinking about possible solution here and the only one came to my mind. We could implement 'treset' parameter for action=grader same way as it's implemented for "View all submissions" page (/mod/assign/view.php?id=11111&action=grading&treset=1), so when someone is accessing https://somesite.com/mod/assign/view.php?id=11111&rownum=0&action=grader&userid=222&treset=1 page the firstname/lastname preferences will be automatically reset and therefore grading page for user 222 will be displayed.
- has a non-specific relationship to
-
MDL-80500 Error dialog box should have easy to read heading
- Closed
- has been marked as being related by
-
MDL-76719 "userisfilteredout" error in assignment when attempting to grade with "Grade" and a filter is set which returns an empty submissions list.
- Closed
- is duplicated by
-
MDL-73300 "Grade" link in assignment submissions points to wrong student when multiple tabs are being used with different filter criteria
- Closed