]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1849137 Staff catalog Patron View tab
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Oct 2019 14:41:15 +0000 (10:41 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 29 Oct 2019 19:21:47 +0000 (12:21 -0700)
commit6dfd3980475b7b4472a0fa2dc972534c87620e6c
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>
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