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: read ValidateOpts from JSON before data #1540

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

adamdecaf
Copy link
Member

Fields like TraceNumber can be retabulated / overwritten when ValidateOpts are configured to not allow this, but we aren't reading the ValidateOpts until after the value has been changed.

Fixes: #1539

Fields like TraceNumber can be retabulated / overwritten when
ValidateOpts are configured to not allow this, but we aren't reading
the ValidateOpts until after the value has been changed.
@adamdecaf adamdecaf merged commit a640b1d into moov-io:master Jan 27, 2025
11 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.

unmarshal from JSON rewrites TraceNumbers
3 participants