Bugzilla – Attachment 143728 Details for
Bug 32172
Random biblionumber passed when clicking 'Z3950 SRU/Search' from the search results in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32172: Remove biblionumber param from Z3950 popup on results
Bug-32172-Remove-biblionumber-param-from-Z3950-pop.patch (text/plain), 1.42 KB, created by
Nick Clemens (kidclamp)
on 2022-11-10 21:01:22 UTC
(
hide
)
Description:
Bug 32172: Remove biblionumber param from Z3950 popup on results
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-11-10 21:01:22 UTC
Size:
1.42 KB
patch
obsolete
>From 2ecb36138364aa5b88c18c524b5b472ac55a92f4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 10 Nov 2022 20:59:28 +0000 >Subject: [PATCH] Bug 32172: Remove biblionumber param from Z3950 popup on > results > >This param is not defined in routine, who knows whereit comes from > >To test: >1 - Enable coce and coce intranet, select all providers: > https://coce.bywatersolutions.com >2 - Search on staff client >3 - Click Z3950 search >4 - Note url contains a random biblionumber >5 - Apply patch >6 - Repeat >7 - No biblionumber >--- > koha-tmpl/intranet-tmpl/prog/js/pages/results.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >index 5320b3b3af..ee8bc83d24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/results.js >@@ -393,7 +393,7 @@ function addToList () { > /* this function open a popup to search on z3950 server. */ > function PopupZ3950() { > if( strQuery ){ >- window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=" + biblionumber + strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes'); >+ window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?" + strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes'); > } > } > >-- >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 32172
:
143728
|
143739
|
143951