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
1 change: 1 addition & 0 deletions lang/en/enrol_arlo.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
$string['privacy:metadata:enrol_arlo_registration:progresspercent'] = 'The decimal value representing a progress associated with Arlo registration.';
$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:enrol_arlo_templateassociate'] = 'Information about Arlo event Template associated with Moodle course';
$string['privacy:metadata:field:usermodified'] = 'The ID of user who modified the record.';

$string['firstnamelastnamerandomnumber'] = 'First name, last name and random number';
Expand Down