]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1717366 Patron summary auto-collapse as org setting user/berick/lp1717366-patron-summary-autocollapse
authorBill Erickson <berickxx@gmail.com>
Tue, 15 Jan 2019 17:20:52 +0000 (12:20 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 15 Jan 2019 17:23:14 +0000 (12:23 -0500)
commit53ebf7e506edf5a66f35ce1e0ef873e6df2c4d20
treed3c5bda36bce168464ba24ce0e1579c6061e9e57
parent37aa38162aaddf7a9a49f059d43fd5eaa25f3a38
LP1717366 Patron summary auto-collapse as org setting

Treat "circ.auto_hide_patron_summary" as an org setting instead of a
browser client (workstation) setting for consistency with XUL client.

Pre-fetch the circ.auto_hide_patron_summary org setting value so it's
loaded and cached along with the initial patron org settings batch (one
fewer API call).

Move the show/hide function up in the file so it's defined before it's
first referenced (for clarity).

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/patron/app.js