mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-21432 backup - complete standard/course outcomes backup & restore
This commit is contained in:
parent
6969b70aa5
commit
c8730ff028
3 changed files with 73 additions and 1 deletions
|
@ -63,6 +63,9 @@ class restore_root_task extends restore_task {
|
|||
// Unconditionally, load create all the needed scales
|
||||
$this->add_step(new restore_scales_structure_step('create_scales', 'scales.xml'));
|
||||
|
||||
// Unconditionally, load create all the needed outcomes
|
||||
$this->add_step(new restore_outcomes_structure_step('create_scales', 'outcomes.xml'));
|
||||
|
||||
// Unconditionally, load create all the needed outcomes.
|
||||
// TODO: restore outcomes
|
||||
// $this->add_step(new restore_outcomes_structure_step('create_outcomes', 'outcomes.xml'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue