]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1879335 Retrieve linked bibs on demand
authorBill Erickson <berickxx@gmail.com>
Thu, 3 Sep 2020 15:32:56 +0000 (11:32 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 11 Sep 2020 13:58:50 +0000 (09:58 -0400)
commitec01b3f16e502c63807e1f3151476b04ede4f5b8
tree15b1343bbc8081e4275e6ce5831bfe8499905b64
parent5dffbda88c9b9cd9ef943cd14e582befccc78a64
LP1879335 Retrieve linked bibs on demand

Avoid populating any lists of all linked bib IDs for an authority
record, since these lists can be very large.  Instead, report the linked
record count to the browse UI and teach the linked bibs UI to retrieve
paged linked bib data on demand.

Modifies the "abl" IDL class to be accessible via pcrud.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.service.ts
Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html
Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.ts
Open-ILS/src/eg2/src/app/staff/share/bib-list/bib-list.component.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm