We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I create a patron, I cannot save it because of an unknown error (see screenshot).
The text was updated successfully, but these errors were encountered:
@pronguen I think it's related to the date. This field has a "format": "date" which, apparently, doesn't accept 9999-99-99.
"format": "date"
9999-99-99
Edit: Year 9999 is possible, of course, but Month > 12 and Day > 31 aren't.
At least, a better validation message should be provided.
Sorry, something went wrong.
Could you please:
fix: fix rero/rero-ils#9 add date pattern for birth validation
1d4ec1e
Signed-off-by: Igor Milhit <[email protected]>
How to test:
7859182
rero/reroils-data-legacy@6533d66
iGormilhit
No branches or pull requests
When I create a patron, I cannot save it because of an unknown error (see screenshot).
The text was updated successfully, but these errors were encountered: