LP1879335 Manage Authorities Angular Port user/berick/lp1879335-manage-authorities-angular-1
authorBill Erickson <berickxx@gmail.com>
Fri, 15 May 2020 19:11:06 +0000 (15:11 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 20 May 2020 16:43:07 +0000 (12:43 -0400)
commitcc608d00b1a6c42ca20f985d0966b4c5e9a3a106
tree22c98984c95f46376eba56590174c4afc9cf4fc7
parent07971c7e01ba6911a64955272592798f7ad24f69
LP1879335 Manage Authorities Angular Port

Migrates the Manage Authorities interface from Dojo to Angular.  In
addition to the existing functionality, the UI contains additional
authority record data and it's now possible to jump to a list of linked
bib records.

Includes release notes.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
19 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/cat/authority/authority.module.ts
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/browse.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/merge-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/merge-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/authority/routing.module.ts
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/eg2/src/app/staff/share/bib-list/bib-list.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-list/bib-list.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/bib-list/bib-list.module.ts [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.manage-authority-grids.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2
docs/RELEASE_NOTES_NEXT/Cataloging/manage-auths-ang.adoc [new file with mode: 0644]