From b45e93668d6c4b4d3d5296e34b281257a5261ed0 Mon Sep 17 00:00:00 2001 From: Jochen Kemnade Date: Tue, 19 Nov 2024 13:26:58 +0100 Subject: [PATCH] fix missing city for CISO and DPO verinice-veo#2905 --- src/main/resources/templates/privacy-incident.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/privacy-incident.md b/src/main/resources/templates/privacy-incident.md index 04e93cd..d3a61b6 100644 --- a/src/main/resources/templates/privacy-incident.md +++ b/src/main/resources/templates/privacy-incident.md @@ -87,7 +87,7 @@ dl { dataProtectionOfficer, [ 'name', - {'person_address_postcode, scope_address_city' : 'person_address_postcode scope_address_city'}, + {'person_address_postcode, person_address_city' : 'person_address_postcode person_address_city'}, 'person_contactInformation_office / person_contactInformation_fax', 'person_contactInformation_email' ]/> @@ -100,7 +100,7 @@ dl { informationSecurityOfficer, [ 'name', - {'person_address_postcode, scope_address_city' : 'person_address_postcode scope_address_city'}, + {'person_address_postcode, person_address_city' : 'person_address_postcode person_address_city'}, 'person_contactInformation_office / person_contactInformation_fax', 'person_contactInformation_email' ]/>