Bugzilla – Attachment 186629 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: (follow-up) Force 'op' parameter
Bug-38967-follow-up-Force-op-parameter.patch (text/plain), 1.26 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-09-19 21:21:07 UTC
(
hide
)
Description:
Bug 38967: (follow-up) Force 'op' parameter
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-09-19 21:21:07 UTC
Size:
1.26 KB
patch
obsolete
>From 595661c95f13f8f961c47c551a0adf883ef53f79 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Fri, 19 Sep 2025 18:19:12 -0300 >Subject: [PATCH] Bug 38967: (follow-up) Force 'op' parameter > >This fixes a failing test: > >To test: >1. Run: > $ ktd --shell > k$ prove xt/find-missing-op-in-forms.t >xt/find-missing-op-in-forms.t .. 2/3 >2. Apply this patch >3. Repeat 1 >=> SUCCESS: Tests pass! >4. Sign off :-D >--- > 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 e25680d088..1dbf4758f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -447,6 +447,7 @@ > <form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="format" value="${format}"> >+ <input type="hidden" name="op" value="cud-export"> > ${inputs} > </form> > `); >-- >2.51.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 38967
:
185724
|
185743
|
185970
|
186611
| 186629 |
186688