Skip to content

Commit

Permalink
fix missing city for CISO and DPO
Browse files Browse the repository at this point in the history
verinice-veo#2905
  • Loading branch information
jochenkemnade committed Nov 19, 2024
1 parent 544e774 commit b45e936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/privacy-incident.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]/>
Expand All @@ -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'
]/>
Expand Down

0 comments on commit b45e936

Please sign in to comment.