-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.2, 3.8, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
master-
MDL-66626 -
Grading screen (/mod/assign/view.php?id=2&rownum=0&action=grader&userid=3) sometimes can show less pages then original document has.
We also noticed that grager page runs into infinite requests /mod/assign/feedback/editpdf/ajax_progress.php?sesskey=411DWR792Y&action=conversionstatus&userid=3&attemptnumber=0&assignmentid=1 because "pageready" is less than page count. This request keeps returning the number of page ready, and the grading screen never self-correct/recover the missing pages.
This can happen when '\assignfeedback_editpdf\task\convert_submissions' scheduled task is aborted in the middle of creating document images, eg when the cron node (docker container) dies or gets terminated.