Creating extra case tabs for Zaakobjects
Configuring the tabs in the environment file
environment.ts
environment.tsexport const environment: ValtimoConfig = { ...
caseObjectTypes: {
'leningen': ['Boom', 'Straatverlichting'],
'generieke-zaak': ['Boom', 'Monument'],
},
}Last updated