File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
backend/src/openbeheer/zaaktype Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212
1313from openbeheer .types import FrontendFieldSet , FrontendFieldsets , make_fields_optional
1414from openbeheer .types .ztc import (
15- Catalogus ,
15+ BronCatalogus ,
16+ BronZaaktype ,
1617 IndicatieInternOfExternEnum ,
1718 ReferentieProces ,
1819 VertrouwelijkheidaanduidingEnum ,
@@ -278,8 +279,8 @@ def __post_init__(self):
278279 ),
279280 "selectielijst_procestype" : "" ,
280281 "verantwoordelijke" : "De verantwoordelijke (soort) organisatie." ,
281- "broncatalogus" : make_fields_optional ( Catalogus ) (url = "" , domein = "" , rsin = "" ),
282- "bronzaaktype" : OptionalZaakType ( identificatie = "" , omschrijving = "" ),
282+ "broncatalogus" : BronCatalogus (url = "" , domein = "" , rsin = "" ),
283+ "bronzaaktype" : BronZaaktype ( url = "" , identificatie = "" , omschrijving = "" ),
283284 "begin_geldigheid" : date .today (),
284285 "versiedatum" : date .today (),
285286 "catalogus" : "" ,
You can’t perform that action at this time.
0 commit comments