LP1880726 MARC Batch edit Angular port user/berick/lp1880726-marc-batch-angular
authorBill Erickson <berickxx@gmail.com>
Thu, 21 May 2020 16:06:38 +0000 (12:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 26 May 2020 20:39:45 +0000 (16:39 -0400)
commit0e1e10b6d4572fd9fab1b86cb78719dcc1a9d54c
treee6593e9587bf4afb73bddff0f3fcbf07ddb27844
parent07971c7e01ba6911a64955272592798f7ad24f69
LP1880726 MARC Batch edit Angular port

Ports the MARC Batch Edit interface to Angular.  Port includes a new
feature (Per-Record Transactions) which allows for large batches to be
processed with each bib record in its own transaction.  This mitigates
potential conflicts with other cataloging activities.  This setting is
saved in a new workstation preference.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
13 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/sql/Pg/upgrade/XXXX.data.marcbatch-prefs.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2
docs/RELEASE_NOTES_NEXT/Cataloging/marcbatch-ang-port.adoc [new file with mode: 0644]