]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1896512 Angular retrieve record by ID/TCN
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Sep 2020 19:38:26 +0000 (15:38 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 22 Sep 2020 13:46:08 +0000 (09:46 -0400)
commitd173567ea47d58733cbc04ae0f5381db7b27e323
treef6f839c7eaa40bcc4a98187e21281f2d05c0001e
parent5d404e8a84072971f219d15e0a1d7dcb0268c268
LP1896512 Angular retrieve record by ID/TCN

Ports the retrieve records by ID/TCN to Angular.  Note this version of
the form confirms a record exists by both ID and TCN before directing
the user to the record detail page in the Angular staff catalog.

Updates the navigation bars to use the Angular port for each.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/cat/bib-by-ident.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/bib-by-ident.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/cat.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/routing.module.ts
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/eg2/src/app/staff/routing.module.ts
Open-ILS/src/templates/staff/navbar.tt2