-
Notifications
You must be signed in to change notification settings - Fork 14
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 mass-metric-ton
units handling
#1146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All comments from me addressed, and looks good! 👍 think this is a sensible approach to take for a quick resolution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally tested, and changes lgtm !
Fix handling of invalid values in form numerical inputs (#1111) Fix dynamic answers functional test (#1121) Add schema changes for validator format_unit using calculated summary source validation fix (#1142) Fix mass-metric-ton units handling (#1146) Fix unit label hover title for metric ton (#1150) Fix list collector placeholders not resolving when preview enabled (#1151)
What is the context of this PR?
mass-metric-ton
is no longer supported foren_GB
and related locales, but still present in business schema and allowed in validator. Until removed from schema and validator definitions we want to substitutemass-ton
formass-metric-ton
and vice versa, before and after unit formatting.How to review
New test cases in existing unit tests.
Checklist