Bugzilla – Attachment 192475 Details for
Bug 41764
ISSN hidden input missing from Z39.50 search form navigation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41764: ISSN hidden input missing from Z39.50 search form navigation
Bug-41764-ISSN-hidden-input-missing-from-Z3950-sea.patch (text/plain), 3.39 KB, created by
Owen Leonard
on 2026-02-04 17:45:40 UTC
(
hide
)
Description:
Bug 41764: ISSN hidden input missing from Z39.50 search form navigation
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-02-04 17:45:40 UTC
Size:
3.39 KB
patch
obsolete
>From c2a69367b05ba64d3c4f64f9da72e2713bb53ab2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 4 Feb 2026 12:28:07 -0500 >Subject: [PATCH] Bug 41764: ISSN hidden input missing from Z39.50 search form > navigation > >This patch modifies the Acquisitions and Cataloging Z39.50 search forms >so that the pagination form includes a hidden ISSN input. This is >necessary for the form to submit the same search parameters each time >the user requests a new page of results. > >To test, apply the patch and go to Acquisitions. > >- Search for a vendor, and create a basket if necessary. >- Add to the basket and choose "From an external source." >- In the "ISSN" field, enter a partial ISSN number, e.g. 0361, and > search. >- At the bottom of the search results, click the "Next page" button. >- The second page of results should load correctly. At the top of the > table of results it should say "You searched for: ISSN: 0361" >- Perform the same test in Cataloging: > - Cataloging -> New from Z39.50/SRU > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 1 + > .../intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 4b7acc6314f..723f8adfc5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -276,6 +276,7 @@ > <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" /> > <input type="hidden" id="searchtitle" name="title" value="[% title | html %]" /> > <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" /> >+ <input type="hidden" id="issn" name="issn" value="[% issn | html %]" /> > <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" /> > <input type="hidden" id="author" name="author" value="[% author | html %]" /> > <input type="hidden" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 5e8066f86dd..888eb99889c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -221,6 +221,7 @@ > <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" /> > <input type="hidden" id="title" name="title" value="[% title | html %]" /> > <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" /> >+ <input type="hidden" id="issn" name="issn" value="[% issn | html %]" /> > <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" /> > <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" /> > <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> >-- >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 41764
:
192475
|
192577
|
192622