]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1841270: add Title Hold option in various places in staff client
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 19 Jul 2019 22:59:19 +0000 (18:59 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 6 Sep 2019 21:58:01 +0000 (17:58 -0400)
commitdd6d21a7615d893065869829ce969e71bc5c7678
treebcbe547b7e6a921e48b113cb0f27c7034bb74d77
parent7d76898b674441d989d096442861831c9adb4ba3
LP#1841270: add Title Hold option in various places in staff client

* Adds a Title Hold option to certain invocations of Request Items
(Item Status, Copy Buckets, but not Holdings View)

* Switches count of items to count of titles when Title hold option
is selected

* Adds a checkbox for honoring the preferred notification settings
and default pickup library of the selected patron

* Adds a success/failure toast for Request Items

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Open-ILS/src/templates/staff/cat/bucket/copy/index.tt2
Open-ILS/src/templates/staff/cat/catalog/t_request_items.tt2
Open-ILS/src/templates/staff/cat/item/index.tt2
Open-ILS/web/js/ui/default/staff/cat/bucket/copy/app.js
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/circ/services/item.js