LP1849137 Staff catalog Patron View tab
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Oct 2019 14:41:15 +0000 (10:41 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 Oct 2019 14:56:01 +0000 (10:56 -0400)
commit8d6e5eea372b962e9406b694c27bc75277244a16
tree07de363797bb2167ed5aac2d2cfa28f97689f661
parent63f7c2448017a2c50ba95ed25bc0e5c89671d060
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>
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