Skip to content

Commit

Permalink
Merge pull request #67 from CommonGateway/feature/XRZ-1/sequence-mapping
Browse files Browse the repository at this point in the history
sequence mapping added
  • Loading branch information
bbrands02 authored Oct 18, 2023
2 parents d77550d + 9c26c2f commit b2f04bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Installation/Mapping/XxllncPhaseToZGWStatusType.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"title": "XxllncPhaseToZGWStatusType",
"$id": "https://development.zaaksysteem.nl/mapping/xxllnc.XxllncPhaseToZGWStatusType.mapping.json",
"$schema": "https://docs.commongateway.nl/schemas/Mapping.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"passTrough": false,
"mapping": {
"volgnummer": "seq",
"omschrijving": "name",
"omschrijvingGeneriek": "{% if fields.0.label|default %}{{ fields.0.label }}{% else %}geen statustekst{% endif %}",
"statustekst": "{% if fields.0.help|default %}{{ fields.0.help }}{% else %}geen statustekst{% endif %}",
"catalogus": "_catalogus",
"zaaktypeIdentificatie": "_zaaktypeIdentificatie",
"_sourceId": "id"
},
"cast": {}
"cast": {
"volgnummer": "int"
}
}

0 comments on commit b2f04bc

Please sign in to comment.