Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public static function _get_metadata(collection $collection) {
'enrol_arlo_templateassociate',
[
'usermodified' => 'privacy:metadata:field:usermodified'
]
],
'privacy:metadata:enrol_arlo_templateassociate'
);
$collection->add_subsystem_link('core_group', [], 'privacy:metadata:core_group');
return $collection;
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "arlo/moodle-enrol_arlo",
"description": "Arlo integration for Moodle",
"require": {
"php": ">=7.0 <7.3",
"php": ">=7.0",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
Expand All @@ -21,3 +21,4 @@
}
]
}

2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lang/en/enrol_arlo.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@
$string['privacy:metadata:enrol_arlo_registration:sourcecontactid'] = 'The ID of the Arlo contact.';
$string['privacy:metadata:enrol_arlo_registration:sourcecontactguid'] = 'The GUID of the Arlo contact.';
$string['privacy:metadata:field:usermodified'] = 'The ID of user who modified the record.';
$string['privacy:metadata:enrol_arlo_templateassociate'] = 'Arlo template associate';

$string['firstnamelastnamerandomnumber'] = 'First name, last name and random number';
$string['firstnamelastnamerandomnumber_desc'] = 'Use first 3 letters of firstname + first 3 letters of lastname + random number';
Expand Down