mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-30390-grading-restore' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
9002363b35
1 changed files with 1 additions and 1 deletions
|
@ -1993,7 +1993,7 @@ class restore_activity_grading_structure_step extends restore_structure_step {
|
|||
$newitemid = $this->get_mappingid(restore_gradingform_plugin::itemid_mapping($areaname), $data->itemid);
|
||||
|
||||
$oldid = $data->id;
|
||||
$data->formid = $newformid;
|
||||
$data->definitionid = $newformid;
|
||||
$data->raterid = $this->get_mappingid('user', $data->raterid);
|
||||
$data->itemid = $newitemid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue