Skip to content

Commit

Permalink
Add new fields to backup/restore
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1729 committed Oct 17, 2022
1 parent 43ac6a0 commit bdd514a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backup/moodle2/backup_facetoface_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function define_structure() {
'confirmationsubject', 'confirmationinstrmngr', 'confirmationmessage', 'waitlistedsubject', 'waitlistedmessage',
'cancellationsubject', 'cancellationinstrmngr', 'cancellationmessage', 'remindersubject', 'reminderinstrmngr',
'remindermessage', 'reminderperiod', 'requestsubject', 'requestinstrmngr', 'requestmessage',
'approvalreqd', 'allowcancellationsdefault'));
'approvalreqd', 'allowcancellationsdefault', 'signuptype', 'multiplesignupmethod'));

$sessions = new backup_nested_element('sessions');

Expand Down
2 changes: 1 addition & 1 deletion lang/en/facetoface.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
$string['multidate'] = '(multi-date)';
$string['multiple'] = 'Multiple';
$string['multiplesignupmethod'] = 'Multiple signup method';
$string['multiplesignupmethod_help'] = 'When set to "single" students sign up for each session within the face to face activity individually. When set to "multiple" students will only have the option to sign up for every session within the face to face activity.';
$string['multiplesignupmethod_help'] = 'When set to "Per session" students sign up for each session within the face to face activity individually. When set to "Per activity" students will only have the option to sign up for every session within the face to face activity.';
$string['multiplesignuppersession'] = 'Per session';
$string['multiplesignupperactivity'] = 'Per activity';
$string['newmanageremailaddress'] = 'Manager\'s email address';
Expand Down

0 comments on commit bdd514a

Please sign in to comment.