LP1879335 Manage Authorities Angular Port
authorBill Erickson <berickxx@gmail.com>
Fri, 15 May 2020 19:11:06 +0000 (15:11 -0400)
committerKyle Huckins <khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:30 +0000 (20:38 +0000)
commitfb94f7cd5e9c8883cf83996d5188c5eca5237463
tree3e2e876340ea17a7eb1d7168145f6caa9043692f
parentbaab7cd4523d4182599328ef6a8fe9436f6c890e
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>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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]