Bugzilla – Attachment 163661 Details for
Bug 36326
Batch deletion of selected items from detail page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36326: Fix batch item mod/del access from biblio detail page
Bug-36326-Fix-batch-item-moddel-access-from-biblio.patch (text/plain), 1.26 KB, created by
Marcel de Rooy
on 2024-03-22 08:23:44 UTC
(
hide
)
Description:
Bug 36326: Fix batch item mod/del access from biblio detail page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-22 08:23:44 UTC
Size:
1.26 KB
patch
obsolete
>From ad4b8b2770680a9a60f7bcc35e2d758274184c66 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 15 Mar 2024 13:51:02 +0100 >Subject: [PATCH] Bug 36326: Fix batch item mod/del access from biblio detail > page >Content-Type: text/plain; charset=utf-8 > >Allow both $op eq "show" and "cud-show". >We need to keep the POST when we upload a file, but we can simply allow >GET with "show". > >Test plan: >Go to the biblio detail page, select an item and test both tools via the links >"Delete selected items" and "Modify selected items" > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > tools/batchMod.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index f53c99d54e..1b43231857 100755 >--- a/tools/batchMod.pl >+++ b/tools/batchMod.pl >@@ -206,7 +206,7 @@ $template->param( > # build screen with existing items. and "new" one > #------------------------------------------------------------------------------- > >-if ($op eq "cud-show"){ >+if ($op eq "cud-show" || $op eq "show"){ > my $filefh = $input->upload('uploadfile'); > my $filecontent = $input->param('filecontent'); > my ( @notfoundbarcodes, @notfounditemnumbers); >-- >2.30.2
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 36326
:
163227
|
163238
|
163250
|
163276
|
163661
|
163662
|
163663