Skip to content

Conversation

bbrands02
Copy link
Collaborator

No description provided.

Copy link

👋 @bbrands02
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible. In the meanwhile make sure your PR checks the following boxes

  • Is based on an issue
  • Has been locally tested
  • Has been tested with the admin UI
  • Has been discussed with the development team in an open channel

@bbrands02 bbrands02 changed the title Synchronize dossiers to zaken Dossiers to zaken mapping Sep 26, 2024
"version": "0.0.1",
"passTrough": false,
"mapping": {
"_sourceId": "{% if title|default and id|default %}{{ title~id }}{% endif %}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could add an additional dash - between title and id

"version": "0.0.1",
"passTrough": false,
"mapping": {
"_sourceId": "{% if dossierId|default and code|default %}{{ dossierId~code }}{% endif %}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here between dossierId and code

@rjzondervan rjzondervan merged commit 871f424 into main Oct 4, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants