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
2 changes: 2 additions & 0 deletions classes/Arlo/AuthAPI/XmlDeserializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class XmlDeserializer {
*/
private $ignoreMissingClasses = true;

private $loadOptions;

/**
* XmlDeserializer constructor.
*
Expand Down
2 changes: 2 additions & 0 deletions classes/local/persistent/user_persistent.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ protected function before_create() {
$this->set('confirmed', 1);
}

private $validated;

/**
* Creates the user data
*
Expand Down
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
4 changes: 3 additions & 1 deletion lang/en/enrol_arlo.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@
$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['metadata:enrol_arlo_templateassociate'] = 'Associate template';
$string['privacy:metadata:enrol_arlo_templateassociate'] = 'Associate template';
$string['privacy:metadata:field:usermodified'] = 'The ID of user who modified the record.';

$string['firstnamelastnamerandomnumber'] = 'First name, last name and random number';
Expand Down Expand Up @@ -504,4 +506,4 @@
$string['resetregretries_desc'] = 'Reset all registration API failures when resetting the API connection from the "API Retries" page.';
$string['reset_retries_task'] = 'Reset registration retries';
$string['enrolmentstaskadhoc'] = 'Create and update enrolments based off Arlo registration information';
$string['outcomesadhoctask'] = 'Push outcome and process information to Arlo registrations';
$string['outcomesadhoctask'] = 'Push outcome and process information to Arlo registrations';