-
Bug
-
Resolution: Fixed
-
Major
-
2.8.9, 2.9.3, 3.0, 3.2.3
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_32_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
-
I haven't been able to determine the cause of how a delete student had two grades for an assignment but not associated a submission record.
In the upgrade to Moodle 2.8 or above, the assignment creates the submission record which is missing group submissions that have been graded for who didn't submit the assignment in the group.
The assignment in question was configured to have Attempts reopened - manual and submission in groups.
The upgrade script needs to be fixed to only add a submission record per assignment / user.
Backups created from assignments that are affected by this bug in Moodle versions below 2.8 will cause a similar error during restore if user data is included.
- is a regression caused by
-
MDL-46171 Denormalize the assign_submission and assign_grade tables (a little)
- Closed