feat(openzaak): per-document-type confidentialiteit config (WP-59)
Drives the DRC upload's vertrouwelijkheidaanduiding from a new stamdata table instead of the hardcoded "openbaar", following the existing config-as-code pattern (ADR-0004). Adds the referential-integrity check StamdataValidationTests was missing for the new table.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{ "categoryId": "identiteit", "vertrouwelijkheidaanduiding": "vertrouwelijk" },
|
||||
{ "categoryId": "diploma", "vertrouwelijkheidaanduiding": "openbaar" },
|
||||
{ "categoryId": "taalvaardigheid", "vertrouwelijkheidaanduiding": "openbaar" },
|
||||
{ "categoryId": "werkervaring", "vertrouwelijkheidaanduiding": "openbaar" },
|
||||
{ "categoryId": "nascholing", "vertrouwelijkheidaanduiding": "openbaar" }
|
||||
]
|
||||
Reference in New Issue
Block a user