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

This commit is contained in:
Mihail Geshoski
2018-11-08 14:50:22 +08:00
parent 41a0a8f97f
commit 6ac295cd26
+2
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();