mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-36579: Adding missing fields in mod/lti backup
This commit is contained in:
parent
1f0e0ab503
commit
ccca91bd9e
1 changed files with 5 additions and 1 deletions
|
@ -70,6 +70,7 @@ class backup_lti_activity_structure_step extends backup_activity_structure_step
|
||||||
'timemodified',
|
'timemodified',
|
||||||
'typeid',
|
'typeid',
|
||||||
'toolurl',
|
'toolurl',
|
||||||
|
'securetoolurl',
|
||||||
'preferheight',
|
'preferheight',
|
||||||
'launchcontainer',
|
'launchcontainer',
|
||||||
'instructorchoicesendname',
|
'instructorchoicesendname',
|
||||||
|
@ -79,8 +80,11 @@ class backup_lti_activity_structure_step extends backup_activity_structure_step
|
||||||
'instructorchoiceallowsetting',
|
'instructorchoiceallowsetting',
|
||||||
'grade',
|
'grade',
|
||||||
'instructorcustomparameters',
|
'instructorcustomparameters',
|
||||||
|
'debuglaunch',
|
||||||
'showtitlelaunch',
|
'showtitlelaunch',
|
||||||
'showdescriptionlaunch'
|
'showdescriptionlaunch',
|
||||||
|
'icon',
|
||||||
|
'secureicon',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue