LP1849137 Staff catalog Patron View tab
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Oct 2019 14:41:15 +0000 (10:41 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:05:56 +0000 (11:05 -0400)
commitd70080b985e30b703cdec9469f1847cf88a93aed
tree1f6aaed3485d06a691446f2333eee9e68baf9adb
parent871757dab04c13ed6035dbbb5325340f9fa3cf12
LP1849137 Staff catalog Patron View tab

Adds a tab to the Angular staff catalog record detail page which
displays an embedded display of the patron OPAC view of the record
detail page.  This replaces the View In Catalog button.

The iframe is not linked or tied into the parent Angular app in any way.
It's just an iframe with a source.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/opac.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/opac.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html