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:
eho
2026-07-30 17:30:25 +02:00
parent 3e983bd2cc
commit 67abc58052
8 changed files with 91 additions and 14 deletions
@@ -0,0 +1,7 @@
[
{ "categoryId": "identiteit", "vertrouwelijkheidaanduiding": "vertrouwelijk" },
{ "categoryId": "diploma", "vertrouwelijkheidaanduiding": "openbaar" },
{ "categoryId": "taalvaardigheid", "vertrouwelijkheidaanduiding": "openbaar" },
{ "categoryId": "werkervaring", "vertrouwelijkheidaanduiding": "openbaar" },
{ "categoryId": "nascholing", "vertrouwelijkheidaanduiding": "openbaar" }
]