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 output of correspondence partners in the context pane #475

Merged
merged 2 commits into from
Jun 23, 2024

Conversation

peterstadler
Copy link
Member

This PR fixes issue #474 where the names of correspondence partners were not output due to the fact that their (canonical) name did not contain a comma. This was especially true for orgNames where it surfaced.

`substring-before` returns an empty string for non-matches so replaced it with `functx:substring-before-if-contains` which returns the original string for non-matches.
@peterstadler peterstadler linked an issue Jun 21, 2024 that may be closed by this pull request
@peterstadler peterstadler self-assigned this Jun 21, 2024
@peterstadler peterstadler added this to the Release 4.11 milestone Jun 21, 2024
@peterstadler peterstadler merged commit 995e2ad into develop Jun 23, 2024
3 checks passed
@peterstadler peterstadler deleted the issue-474 branch June 23, 2024 14:53
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.

orgName not output in letter contexts
1 participant