Skip to content

Commit

Permalink
Update action with extra condition for zaaktype
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Jun 14, 2024
1 parent 497d008 commit 99fb58a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Installation/installation.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@
"actionHandler": "CommonGateway\\XxllncZGWBundle\\ActionHandler\\ZGWToXxllncHandler",
"listens": ["commongateway.object.create", "commongateway.object.update"],
"conditions": {
"==": [{"var": "entity"}, "https://vng.opencatalogi.nl/schemas/zrc.zaak.schema.json"]
"or": [
{"==": [{"var": "entity"}, "https://vng.opencatalogi.nl/schemas/zrc.zaak.schema.json"]},
{"==": [{"var": "entity"}, "https://vng.opencatalogi.nl/schemas/ztc.zaaktype.schema.json"]}
]
}
},
{
Expand Down

0 comments on commit 99fb58a

Please sign in to comment.