Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: creation of mapt singleton TemplateExecutor #28

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

AuPath
Copy link
Collaborator

@AuPath AuPath commented Dec 12, 2024

Fixes the creation logic for the TemplateExecutor used to run MTL mappings. Previously, due to faulty logic in the the if statement the second time that the same mapping-template component object would be used the template process would not be called, leading to incorrect behaviour where the input exchange body would be returned as is by the mapping-template component.

Fixes the creation logic for the TemplateExecutor used to run MTL
mappings. Previously, due to faulty logic in the the if statement the
second time that the same mapping-template component object would be
used the template process would not be called, leading to incorrect
behaviour where the input exchange body would be returned as is by the
mapping-template component.
@AuPath AuPath added the bug Something isn't working label Dec 12, 2024
@AuPath AuPath requested a review from marioscrock December 12, 2024 10:54
@AuPath AuPath self-assigned this Dec 12, 2024
@AuPath AuPath merged commit b536c9e into master Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants