]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1778522 Precat item creation should be more intentional
authorDan Briem <dbriem@wlsmail.org>
Wed, 18 Nov 2020 21:50:06 +0000 (16:50 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 3 Dec 2020 16:14:09 +0000 (08:14 -0800)
commitb394e35aa0a5b28ccb13cdb936000baa6461618f
tree4a99d1e665cfdfcfb7ea6916f7598d652bcba836
parent3521db3ce6dc69f30d0c284db80ed3ab64bbbaf2
LP#1778522 Precat item creation should be more intentional

Precat items can be created before all of the info is entered.
The dialog autofocuses the title field, so a double barcode scan
will populate the title field and createt the precat without
giving an opportunity to fill in the other fields.

This prevents form submission unless you click the Precat
Checkout button.

To test:
1. Try to check out a barcode that doesn't exist to any patron
2. On the precat dialog, enter a value into the title field
3. Note the precat is created
4. Apply patch
5. Repeat steps 1-3 and note the precat isn't created until
   the Precat Checkout button is clicked

Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/circ/share/t_precat_dialog.tt2