]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1938729 Cache "cascade" setting values
authorBill Erickson <berickxx@gmail.com>
Mon, 2 Aug 2021 20:30:21 +0000 (16:30 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 24 Sep 2021 14:43:20 +0000 (10:43 -0400)
commit38870040ac685f4011f7182cb8abdbaedf0f7111
treec28e0b08318cdfd1144b3f90f51b9031ae88490c
parent0fb9e371c81207154e2948af7ead1142275926c2
LP1938729 Cache "cascade" setting values

Cache values retrieved from 'open-ils.actor.settings.retrieve' lookups
in IndexedDB, similar to to org unit setting lookups, to reduce the need
for so many API calls for settings retrieval.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Open-ILS/src/eg2/src/app/core/server-store.service.ts
Open-ILS/src/eg2/src/app/staff/login.component.ts