mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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',
|
||||
'typeid',
|
||||
'toolurl',
|
||||
'securetoolurl',
|
||||
'preferheight',
|
||||
'launchcontainer',
|
||||
'instructorchoicesendname',
|
||||
|
@ -79,8 +80,11 @@ class backup_lti_activity_structure_step extends backup_activity_structure_step
|
|||
'instructorchoiceallowsetting',
|
||||
'grade',
|
||||
'instructorcustomparameters',
|
||||
'debuglaunch',
|
||||
'showtitlelaunch',
|
||||
'showdescriptionlaunch'
|
||||
'showdescriptionlaunch',
|
||||
'icon',
|
||||
'secureicon',
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue