From d043710aa1da77b9e9d7d79a9778b314e2881b99 Mon Sep 17 00:00:00 2001 From: George Veranis Date: Fri, 2 Sep 2022 22:05:51 +0200 Subject: [PATCH] Bug 29825: Preview of authority record on edit mode as MARC formatted view This bug adds a new functionality on Edit mode of a new or existing authority. Add a new button 'MARC Preview' in order librarian have the ability to preview the record on MARC plain structure mode and have all fields and subfields that entered before save/update the record. To test: 1. Open or add an authority 2. The preview button isn't on toolbar 3. Apply the patch 4. Do step 1 5. The preview button exists 6. Do some changes or not to the authority record 7. Click to Preview MARC button and a modal window will appear with all fields indicators and subfields that filled in the form of cataloguing. Mentored by: Andreas Roussos --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 3c0557d751..f2bf400459 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -662,8 +662,8 @@ - [% INCLUDE 'modals/cataloguing_create_av.inc' %] [% INCLUDE 'modals/edit_authority_preview.inc' %] + [% INCLUDE 'modals/cataloguing_create_av.inc' %] -- 2.20.1