mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-47254 core_grades: Backup aggregationcoef2 and weightoverride
Part of: MDL-46576
This commit is contained in:
parent
e8e1d0a396
commit
b4087c31bc
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user