-
Notifications
You must be signed in to change notification settings - Fork 26
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
Libraries: Form Validation #152
Conversation
193c416
to
8d571fc
Compare
(perhaps just for info) Opening hours : a control is done when end time is less than start time. However, when adding a period, there is no control between periods. It is for example possible to submit : |
Opening hours : it is possible to submit a non-correct format. |
(Enhancement?) Date exceptions : when using the "repeat" action, it could be interesting to display the end date. For example : if the library is closed on Sunday starting the 02.12 for 16 weeks, it is displayed "weekly=16" but we have no information about the end date precisely. |
d037116
to
a91553c
Compare
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.
Application test, no problems.
23e2a2a
to
744012d
Compare
Co-authored-by: Peter Weber <[email protected]> Signed-off-by: Bertrand Zuchuat <[email protected]>
744012d
to
ac768a2
Compare
How to test:
Run the scripts
bootstrap
andsetup
Check form validation on edit.
Fields Required:
Co-authored-by: Peter Weber [email protected]
Signed-off-by: Bertrand Zuchuat [email protected]