Bugzilla – Attachment 185970 Details for
Bug 38967
Export to CSV or Barcode file from item search results fail when "select visible rows" and many items are selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38967: Add hidden op param to POST form
Bug-38967-Add-hidden-op-param-to-POST-form.patch (text/plain), 1.05 KB, created by
Lucas Gass (lukeg)
on 2025-08-29 20:48:15 UTC
(
hide
)
Description:
Bug 38967: Add hidden op param to POST form
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-08-29 20:48:15 UTC
Size:
1.05 KB
patch
obsolete
>From 9765cd70f5eafd9ac11541476b1786bd02a73b47 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 29 Aug 2025 20:46:23 +0000 >Subject: [PATCH] Bug 38967: Add hidden op param to POST form > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index e25680d088b..414573ec0a6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -446,6 +446,7 @@ > let form = $(` > <form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl"> > [% INCLUDE 'csrf-token.inc' %] >+ <input type="hidden" name="op" value="cud-show" /> > <input type="hidden" name="format" value="${format}"> > ${inputs} > </form> >-- >2.39.5
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 38967
:
185724
|
185743
|
185970
|
186611
|
186629
|
186688