Bugzilla – Attachment 118462 Details for
Bug 27985
Add option for using a MARC modification template on a single record from the details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27985: Add option to send a record to batch modification from details page
Bug-27985-Add-option-to-send-a-record-to-batch-mod.patch (text/plain), 2.11 KB, created by
Nick Clemens (kidclamp)
on 2021-03-18 13:57:10 UTC
(
hide
)
Description:
Bug 27985: Add option to send a record to batch modification from details page
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-03-18 13:57:10 UTC
Size:
2.11 KB
patch
obsolete
>From adb2e5d7f9692218a57b226791d5092e764a3425 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 18 Mar 2021 13:52:37 +0000 >Subject: [PATCH] Bug 27985: Add option to send a record to batch modification > from details page > >This patch adds an option to modify a single record using a marc modification >template to the 'Edit' menu on the details page > >To test: > 1 - Apply patch > 2 - Browse to details page on the staff client > 3 - Be a user with permission to edit records and use batch record modification > 4 - Verify the option 'Modify record using template' appears in list > 5 - Click it > 6 - You should be sent to batch record modification screen > 7 - If you have no templates there will be a link prompting you to create on, do that > 8 - If oyu already had one, or created on above you shoudl now be able to select a template > 9 - Apply the template >10 - Browse to the record again >11 - Confirm changes were applied correctly >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index a467c7a27f..1007e8f66a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -36,6 +36,10 @@ CAN_user_serials_create_subscription ) %] > <li><a id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | html %]">Edit record</a></li> > [% END %] > >+ [% IF CAN_user_tools_records_batchmod %] >+ <li><a id="modifybiblio" href="/cgi-bin/koha/tools/batch_record_modification.pl?recordtype=biblio&op=list&recordnumber_list=[% biblionumber | html %]">Modify record using template</a></li> >+ [% END %] >+ > [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] > <li><a id="edititems" href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber | html %]">Edit items</a></li> > [% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27985
:
118462
|
118463
|
122693