MDL-47254 core_grades: Backup aggregationcoef2 and weightoverride

Part of: MDL-46576
This commit is contained in:
Frederic Massart 2014-09-25 09:52:41 +08:00 committed by Adrian Greeve
parent e8e1d0a396
commit b4087c31bc

View File

@ -940,8 +940,8 @@ class backup_gradebook_structure_step extends backup_structure_step {
'iteminstance', 'itemnumber', 'iteminfo', 'idnumber',
'calculation', 'gradetype', 'grademax', 'grademin',
'scaleid', 'outcomeid', 'gradepass', 'multfactor',
'plusfactor', 'aggregationcoef', 'sortorder', 'display',
'decimals', 'hidden', 'locked', 'locktime',
'plusfactor', 'aggregationcoef', 'aggregationcoef2', 'weightoverride',
'sortorder', 'display', 'decimals', 'hidden', 'locked', 'locktime',
'needsupdate', 'timecreated', 'timemodified'));
$grade_grades = new backup_nested_element('grade_grades');
@ -2164,8 +2164,8 @@ class backup_activity_grades_structure_step extends backup_structure_step {
'iteminstance', 'itemnumber', 'iteminfo', 'idnumber',
'calculation', 'gradetype', 'grademax', 'grademin',
'scaleid', 'outcomeid', 'gradepass', 'multfactor',
'plusfactor', 'aggregationcoef', 'sortorder', 'display',
'decimals', 'hidden', 'locked', 'locktime',
'plusfactor', 'aggregationcoef', 'aggregationcoef2', 'weightoverride',
'sortorder', 'display', 'decimals', 'hidden', 'locked', 'locktime',
'needsupdate', 'timecreated', 'timemodified'));
$grades = new backup_nested_element('grade_grades');