]> git.evergreen-ils.org Git - evergreen/pines.git/commit
LP1902265-Bootstrap Opac does not allow see/update per hold notification.
authorGarry Collum <gcollum@gmail.com>
Tue, 10 Nov 2020 17:54:52 +0000 (12:54 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 25 Nov 2020 17:52:51 +0000 (12:52 -0500)
commit8df4a2237a86ccbb1bb1a249f04faf59c25109e7
tree2b4d40f7570953d9266f618fa26d4f01f4c7ad0e
parentae2fc12fa726c9b2074008208dffa09aaaf265fd
LP1902265-Bootstrap Opac does not allow see/update per hold notification.

In the Bootstrap Opac:
Adds a Notify Method column to the patron's hold list.
Adds email, phone, and sms notifiction editing to the hold's edit screen.
Also, adds <label> tags to the existing form fields in the edit page for accessibility and some bootstrappy form elements to format the appearance of the form.

The SMS fields do not appear unless the Library Setting for "Enable features that send SMS text messages" is set to true.

To test work with the above OU setting off, and then on.
Place holds for a patron with and without an email address.
If a patron has a defualt SMS carrier, this carrier should pop up in the list by default.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2
Open-ILS/src/templates-bootstrap/opac/myopac/holds/edit.tt2
Open-ILS/src/templates-bootstrap/opac/parts/hold_notify.tt2 [new file with mode: 0755]
Open-ILS/src/templates-bootstrap/opac/parts/sms_carrier_selector.tt2