proof of concept: MARC record checks for bib records user/gmcharlt/marc-lint
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Mar 2021 15:21:13 +0000 (10:21 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 9 Mar 2021 16:24:05 +0000 (11:24 -0500)
commitf599692ce949a73b5b1a9ef3bc333feef595b13e
tree82b004f6a5e42ee2b2ab6968c7de7c202596f101
parent7caf8f07ab8170a46db16b09b3636d7341f9f389
proof of concept: MARC record checks for bib records

This adds a new method to pass a MARC bib record through
MARC::Lint and MARC::Errorchecks and return a list of warnings. A
new "Lint" button in the Enhanced MARC Editor displays the results.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/share/marc-edit/lint-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/lint-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/marc-edit.module.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm