]> git.evergreen-ils.org Git - evergreen/pines.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)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 15 Dec 2020 20:12:21 +0000 (15:12 -0500)
commitdb72e04fb13eba74fc8304bab0db6b5a050615e5
treefb540c38c9e345f7d48db1be55c5a5dffb9d6f55
parentb457da8986a95cd87418ccba1ae5157dbb7f6187
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>
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