mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-63919 privacy: Store the creation method of the data request
This commit is contained in:
parent
77c21518f2
commit
f39b579de1
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ class api {
|
||||||
$datarequest->set('type', $type);
|
$datarequest->set('type', $type);
|
||||||
// Set request comments.
|
// Set request comments.
|
||||||
$datarequest->set('comments', $comments);
|
$datarequest->set('comments', $comments);
|
||||||
|
// Set the creation method.
|
||||||
|
$datarequest->set('creationmethod', $creationmethod);
|
||||||
|
|
||||||
// Store subject access request.
|
// Store subject access request.
|
||||||
$datarequest->create();
|
$datarequest->create();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue