]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1879335 Manage Authorities Angular Port
authorBill Erickson <berickxx@gmail.com>
Fri, 15 May 2020 19:11:06 +0000 (15:11 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 11 Sep 2020 13:58:45 +0000 (09:58 -0400)
commitb06dee7bb498f623f48603baa1b1132d9bd1a627
treec59eac34a8d072579d5863b6d1ee907a018d471f
parenta5f544fa4079620334d1e719a0e3fd0ca0960608
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]