-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.6, 2.9
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-50569-master -
-
Team '; drop tables Sprint 7
There are a few things to handle here:
- Courses from <= 2.7 are missing the setting in their backups, we need to set it to grade_item.
- Courses from (>= 2.8 AND < 2.8.7) OR (>= 2.9 AND < 2.9.1), we need to set it to grade_grade.
- Other courses should be using the same logic they were when they were backed up, which is tricky as when they are using the default system setting, we have no trace of it.
Backups, minmaxinuse course level setting is attached to backups, but backup a 2.8.0 (non synchronized grade_grades - grade_items) course into a 2.8.7 (with this patch included) there will be no minmaxinuse setting in the course backup so the default system value will be used; would be better to show the warning to teachers and make them choose.
- has been marked as being related by
-
MDL-48618 Unexpected changes on grades after upgrade to Moodle 2.8
- Closed