Bug 23856: Split author and ISBN/ISSN out of citation in staged MARC record management
authorOwen Leonard <oleonard@myacpl.org>
Mon, 21 Oct 2019 17:01:06 +0000 (17:01 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 29 Jan 2020 09:06:59 +0000 (09:06 +0000)
commit12b8c3ac1e01f5a9fbc9221dba9ad44d00c53083
treed724707e9a022e97b4746ee2040b5760c16fd164
parentef4306cc02e2f15aa2466ae65d0b4f9a1fd70ad9
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 <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
tools/batch_records_ajax.pl