From 9693bf51b3743fe116b0c2746603835586e1c0c8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 21 Oct 2019 17:01:06 +0000 Subject: [PATCH] Bug 23856: Split author and ISBN/ISSN out of citation in staged MARC record management This patch modifies the way data is passed to the staged MARC record management template, splitting author, ISBN, and ISSN out of the "citation" variable and passing them separately. The DataTables configuration for the staged MARC record management page is modified so that those now-separate variables are conditionally displayed. Unrelated minor change: Added a class to the MARC preview modal so that it displays wider. To test, apply the patch and view the "Staged MARC management" page for both batches of bibliographic records and batches of authority records. In each case the title or authority heading should be displayed as a link while author, ISBN, and ISSN (if any) should not. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/manage-marc-import.tt | 17 +++++++++++++++-- tools/batch_records_ajax.pl | 9 +++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index 277e1bfe24..79c169ec10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -393,7 +393,7 @@