Add new gdpr registries
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -919,6 +919,7 @@ func CreateProcessingActivity(c *testutil.Client, attrs ...Attrs) string {
|
||||
"internationalTransfers": a.getBool("internationalTransfers", false),
|
||||
"dataProtectionImpactAssessment": a.getString("dataProtectionImpactAssessment", "NOT_NEEDED"),
|
||||
"transferImpactAssessment": a.getString("transferImpactAssessment", "NOT_NEEDED"),
|
||||
"role": a.getString("role", "CONTROLLER"),
|
||||
}
|
||||
if purpose := a.getStringPtr("purpose"); purpose != nil {
|
||||
input["purpose"] = *purpose
|
||||
|
||||
Reference in New Issue
Block a user