Bugzilla – Attachment 170724 Details for
Bug 14322
Add option to create a shareable link for item searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14322: (follow-up) add check for single logical operator param
Bug-14322-follow-up-add-check-for-single-logical-o.patch (text/plain), 1.17 KB, created by
Brendan Lawlor
on 2024-08-26 14:50:06 UTC
(
hide
)
Description:
Bug 14322: (follow-up) add check for single logical operator param
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-08-26 14:50:06 UTC
Size:
1.17 KB
patch
obsolete
>From 8a4978f1d9daebdabfa97fadca64495b4f679187 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Wed, 31 Jul 2024 20:25:33 +0000 >Subject: [PATCH] Bug 14322: (follow-up) add check for single logical operator > param > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 91054e21aa..21e5a82817 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -81,7 +81,7 @@ > [% ELSE %] > [% SET j = i - 1 %] > <select name="c" class="form-field-conjunction"> >- [% IF query.param('c').$j == 'and' %] >+ [% IF query.param('c').$j == 'and' || query.param('c') == 'and' %] > <option value="and" selected="selected">AND</option> > <option value="or">OR</option> > [% ELSE %] >-- >2.39.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 14322
:
164962
|
168084
|
168768
|
168863
|
169029
|
169033
|
169304
|
169305
|
169306
|
169948
|
169949
|
169950
|
169951
|
169952
|
169969
|
169970
|
169971
|
169972
|
169973
|
170347
|
170348
|
170349
|
170350
|
170351
|
170352
|
170721
|
170722
|
170723
| 170724 |
170725
|
170726
|
170727