LP1896512 Angular retrieve record by ID/TCN
authorBill Erickson <berickxx@gmail.com>
Mon, 21 Sep 2020 19:38:26 +0000 (15:38 -0400)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:35 +0000 (20:38 +0000)
commitbf541b9b3bd83b6a96dd559453feafd8c1ff85b2
tree6f965f277bf06962c153aca4ffc4a3875c87021f
parentbc19474d781fb914cc96c0d0d4d7a18dfee530ce
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