mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 03:14:20 +02:00
MDL-63919 privacy: Store the creation method of the data request
This commit is contained in:
parent
77c21518f2
commit
f39b579de1
@ -253,6 +253,8 @@ class api {
|
||||
$datarequest->set('type', $type);
|
||||
// Set request comments.
|
||||
$datarequest->set('comments', $comments);
|
||||
// Set the creation method.
|
||||
$datarequest->set('creationmethod', $creationmethod);
|
||||
|
||||
// Store subject access request.
|
||||
$datarequest->create();
|
||||
|
Loading…
x
Reference in New Issue
Block a user