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(website): Don't propagate date parsing errors to concatenated fields #3567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theosanderson
Copy link
Member

@theosanderson theosanderson commented Jan 22, 2025

resolves #3566 and partly #3460

We may want to make this configurable in some way in the future, but for now it addresses the issue that displayName gets referenced when there are date problems which is confusing to users.

When would this change potentially cause a problem: if an admin had a field that was only part of a concatenation, and not used as a standalone field, so the date parsing would never cause an error.

preview URL: https://prop.loculus.org/

image

@theosanderson theosanderson added the preview Triggers a deployment to argocd label Jan 22, 2025
@theosanderson theosanderson changed the title Don't propagate date parsing errors to concatenated fields fix(website): Don't propagate date parsing errors to concatenated fields Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Triggers a deployment to argocd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review page: Confusing error message regarding "display name" if underlying field is wrong
1 participant