]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1918362 Unchanged workstation settings applied on every checkin
authorDan Briem <dbriem@wlsmail.org>
Fri, 9 Apr 2021 22:19:02 +0000 (18:19 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 18 May 2021 00:59:05 +0000 (17:59 -0700)
commitf583ed3503c2af1eaa11396f194701c6de9569e1
tree612b860824913f7ebceb4ab6d51747f8d28a97c7
parent9044effe7827606707425626ab50040524304380
LP#1918362 Unchanged workstation settings applied on every checkin

* Stop attempting to save the Update Inventory setting on every
checkin - incorrect prefix & redundant (it's a modifier now)
* Stop saving the Strict Barcode setting on every checkin,
renewal, and checkout
* Save Strict Barcode on user interaction with its checkbox

To test:
1. confirm Strict Barcode and Do Inventory Update settings still
apply and are "sticky" on the Circulation->Checkin interface
2. confirm Strict Barcode still applies and is "sticky" on the
Circulation->Renew Items and Circulation->Checkout interfaces

Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/renew/app.js