]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1881607 Angular catalog e-resource links display
authorBill Erickson <berickxx@gmail.com>
Mon, 1 Jun 2020 16:32:21 +0000 (12:32 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Sun, 16 May 2021 03:31:58 +0000 (20:31 -0700)
commitcca67cc32ed2f3506adbdc212c44703a2cc07ce8
tree11b7c6eec49f27ade3939e807cc4edba2fbe9e14
parenta5bf806b71e210b25173224dff10e77e7d81b59e
LP1881607 Angular catalog e-resource links display

Display electronic resource links (MARC 856's) in the Angular staff
catalog.  The extraction logic, which matches the TPAC, has been put
into its own API.

To test in concerto, navigate to:

/eg2/staff/catalog/record/208

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Elaine Hardy <ehardy@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/share/catalog/bib-record.service.ts
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm