Bugzilla – Attachment 163227 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.12 KB, created by
Jonathan Druart
on 2024-03-15 12:53:30 UTC
(
hide
)
Description:
Bug 36326: Fix batch item mod/del access from biblio detail page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-15 12:53:30 UTC
Size:
1.12 KB
patch
obsolete
>From e08a5f47b809c6a88356d41bb9a7faed929e596a 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 > >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" >--- > tools/batchMod.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index f53c99d54ee..1b432318571 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.34.1
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