]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1748006 Patron edit juv flag manual override
authorBill Erickson <berickxx@gmail.com>
Fri, 9 Feb 2018 19:27:05 +0000 (14:27 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 30 Apr 2018 19:24:40 +0000 (15:24 -0400)
commitd875fcc0c9047230985119cc2047e59fd26fd861
tree78fd329df90703128bf80cfbaa526c2768d17612
parentf5c489bf6569070d92e18a0f83a3d760494f1540
LP#1748006 Patron edit juv flag manual override

Allow staff to manually override the patron juvenile flag value
regardless of patron DoB.

Patch removes the ng-blur handler for dob and expire_date, which fires
too aggressively.  The dob handler is replaced with a $watch handler, so
the new and old value can be compared.  No watch is applied to
expire_date, since no code is currently fired when it's changed.

Change the log level of the "field changed" message from log to debug.

To test:

[1] Open a patron in the web staff patron editor.
[2] Apply a juvenile birth date (less than 18 years by default).
[3] Confirm the juvenile flag is automatically activated (if it wasn't
    already).
[4] Confirm it's possible to un-check the juvenile flag and save the
    patron.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js