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>
Wed, 9 Sep 2020 17:52:40 +0000 (13:52 -0400)
commit30d038d1b41e4083705455535a6eda1a489efa72
tree8e852da30b9cb6cff1b5b546b947e3cbb31f6167
parent229eadf109222fb46085189c40a0e82620121018
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