LP1880726 MARC Batch edit Angular port user/berick/lp1880726-marc-batch-angular-v2
authorBill Erickson <berickxx@gmail.com>
Thu, 21 May 2020 16:06:38 +0000 (12:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 11 Sep 2020 15:04:15 +0000 (11:04 -0400)
commit87bc2555ed9a1df9644a3d85ce68b3f5900f6c83
tree98932ba77fbe3232309bb30af655ea8442e8c121
parentb51b2c3c4ec8ed22764fdcc719a2ad813a0da083
LP1880726 MARC Batch edit Angular port

Angular port of the MARC Batch Edit interface.  Under the covers, each
bib record is now modified within its own transaction to avoid
long-running transactions that can potentially lock database rows needed
by other processes.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
12 files changed:
Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/marcbatch/routing.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/share/marc-edit/marcrecord.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/templates/staff/navbar.tt2
docs/RELEASE_NOTES_NEXT/Cataloging/marcbatch-ang-port.adoc [new file with mode: 0644]