Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: Backup
-
Labels:None
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE
-
Fixed Branches:MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-28152-course-grade-category -
Pull Master Diff URL:
Description
When the restore looks for the automatically created course grade_category, multiple records can be returned at the moment due to lax conditions. This throws warning during the restore. This does not affect restores of native MBZ files where course grade_category is the first one in the list (backup 2.0 orders them by parent) so when such file is restored, there is only a single record in the database.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-27395 | Cannot restore Moodle 2.02 backups containing gradebook categories |
|
|
|
Greatly spotted, David. On it now...