Skip to content

Commit

Permalink
Merge pull request #68 from CommonGateway/fix/XRZ-3/translations
Browse files Browse the repository at this point in the history
Fixes from test with Roxit
  • Loading branch information
rjzondervan authored Oct 23, 2023
2 parents b2f04bc + 5ba1a07 commit e5190f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installation/Mapping/XxllncCaseTypeToZGWZaakType.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"title": "XxllncCaseTypeToZGWZaakType",
"$id": "https://development.zaaksysteem.nl/mapping/xxllnc.XxllncCaseTypeToZGWZaakType.mapping.json",
"$schema": "https://docs.commongateway.nl/schemas/Mapping.schema.json",
"version": "0.0.18",
"version": "0.0.19",
"passTrough": false,
"mapping": {
"identificatie": "instance.legacy.zaaktype_id",
"catalogus": "_catalogus",
"onderwerp": "instance.title",
"indicatieInternOfExtern": "inkomend",
"indicatieInternOfExtern": "extern",
"doorlooptijd": "{% if instance.properties.lead_time_legal.weken|default %}P{{ instance.properties.lead_time_legal.weken }}W{% elseif instance.properties.lead_time_legal.kalenderdagen|default %}P{{ instance.properties.lead_time_legal.kalenderdagen }}D{% else %}{{ \"\" }}{% endif %}",
"servicenorm": "{% if instance.properties.lead_time_service.weken|default %}P{{ instance.properties.lead_time_service.weken }}W{% elseif instance.properties.lead_time_service.kalenderdagen|default %}P{{ instance.properties.lead_time_service.kalenderdagen }}D{% else %}{{ \"\" }}{% endif %}",
"vertrouwelijkheidaanduiding": "{{ instance.properties.designation_of_confidentiality|lower }}",
Expand Down
4 changes: 2 additions & 2 deletions Installation/Mapping/XxllncFieldToZGWEigenschap.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"title": "XxllncFieldToZGWEigenschap",
"$id": "https://development.zaaksysteem.nl/mapping/xxllnc.XxllncFieldToZGWEigenschap.mapping.json",
"$schema": "https://docs.commongateway.nl/schemas/Mapping.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"passTrough": false,
"mapping": {
"naam": "magic_string",
"definitie": "{% if original_label|default %}{{ original_label }}{% elseif label|default %}{{ label }}{% else %}{{ magic_string }}{% endif %}",
"specificatie.formaat": "type",
"specificatie.formaat": "{% if type == 'date' %}datum{% elseif type == 'datetime' %}datum_tijd{% elseif type=='number' %}getal{% else %}tekst{% endif %}",
"kardinaliteit": "{% if limit_values|default %}{{ limit_values }}{% else %}1{% endif %}",
"catalogus": "_catalogus",
"zaaktypeIdentificatie": "_zaaktypeIdentificatie",
Expand Down

0 comments on commit e5190f5

Please sign in to comment.