mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-34520 gradebook: Missing droplow setting in gradebook backup
This commit is contained in:
parent
7e8ae12a7a
commit
af985a19bd
@ -885,7 +885,7 @@ class backup_gradebook_structure_step extends backup_structure_step {
|
||||
$grade_category = new backup_nested_element('grade_category', array('id'), array(
|
||||
//'courseid',
|
||||
'parent', 'depth', 'path', 'fullname', 'aggregation', 'keephigh',
|
||||
'dropload', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
|
||||
'droplow', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
|
||||
'timecreated', 'timemodified', 'hidden'));
|
||||
|
||||
$letters = new backup_nested_element('grade_letters');
|
||||
|
Loading…
x
Reference in New Issue
Block a user