LP1950166 TPac: Self-registration form won't submit with blank DOB
authorGarry Collum <gcollum@gmail.com>
Tue, 9 Nov 2021 16:09:48 +0000 (11:09 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 29 Jun 2022 20:04:28 +0000 (16:04 -0400)
commita3a1d10a50da74f6895642cde88817a09a4f7437
tree1d91a1682605c061b3285e001d2a53a30a715a90
parent38c42efe77f63cf6af2cc19366f3abcd63a7ca12
LP1950166 TPac: Self-registration form won't submit with blank DOB

Adds a check for a blank value in the DOB validation script. Note
that the issue is present in TPAC, not the Bootsstrap OPAC.

To test:
1. Confirm "Require dob field on patron registration" is not set or set to False.
2. Confirm "Show dob field on patron registration" is true.
3. Confirm "Allow Patron Self-Registration" is set to true.
4. Try to register a patron in the TPAC with DOB blank.
5. Apply patch.
6. Try to register a patron in the TPAC with the DOB blank.
7. Try to register a patron with Invalid DOB input.
8. Try to register a patron with valid DOB input.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates/opac/parts/js.tt2