LP1896512 Angular retrieve record by ID/TCN user/rogan/lp1896512-bib-by-ident-angular
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Sep 2020 19:38:26 +0000 (15:38 -0400)
committerRogan Hamby <rogan.hamby@gmail.com>
Tue, 22 Sep 2020 12:49:12 +0000 (08:49 -0400)
commitc2e2b5a376ec971f188018469456cc9317a56d94
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>
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