MDL-63919 privacy: Store the creation method of the data request

This commit is contained in:
Mihail Geshoski 2018-11-08 14:13:31 +08:00
parent 77c21518f2
commit f39b579de1

View File

@ -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();