-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.6, 3.10.3, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
master-
MDL-71471_v2 -
Steps to replicate:
- Disable cron.
- Create an assignment with File submissions and Annotate PDF enabled.
- As a student submit a submission with a file.
- Check the mdl_assignfeedback_editpdf_queue table to have a record for the submission.
- As a teacher navigate to the grading page.
- Confirm, that the submission is converted and displayed.
- Check the mdl_assignfeedback_editpdf_queue table and confirm, that the records still exist.
This bug has caused the lagging queue, but hasn't been reported by users because eventually all submissions are converted on the fly in teachers' sessions.
- has been marked as being related by
-
MDL-71468 Convert the "Prepare submissions for annotation" scheduled task into adhoc tasks
- Closed