You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement to Number fields preventing user from entering numbers below 0 for Counts/below 1 for Editions and Ordinals, and sets Contribution Ordinal default to 1 instead of 0
Updated if and else branches to comply with rustc 1.56.0
Fixed
#292 - Cannot unset pubiication date: error when trying to clear a previously set publication date
#295 - various subforms failing to trim strings before saving (including on mandatory fields which are checked for emptiness)
Duplicated logic for handling optional field values, simplifying the code and reducing the likelihood of further bugs such as
Minor issue where some required fields were not marked as "required" (so empty values would be sent to the API and raise an error)
Issue with subforms where clicking save button bypassed field requirements (so instead of displaying a warning message such as "Please enter a number", invalid values would be sent to the API and raise an error)