MDL-63919 privacy: Store the creation method of the data request
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user