LP1879335 Retrieve linked bibs on demand
authorBill Erickson <berickxx@gmail.com>
Thu, 3 Sep 2020 15:32:56 +0000 (11:32 -0400)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:30 +0000 (20:38 +0000)
commit0b646a577eb76fcfde24d9f07cd820e673441498
treef8b989b15994b7358e7bae1276e1243d08facbd8
parent191bf91a64ffdbcc2c5e438046820026c967c0e7
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