Bugzilla – Attachment 112455 Details for
Bug 20888
Allow use of boolean operator 'not' in item search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20888: (follow-up) revert unecessary change on jquery selector
Bug-20888-follow-up-revert-unecessary-change-on-jq.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2020-10-25 02:18:44 UTC
(
hide
)
Description:
Bug 20888: (follow-up) revert unecessary change on jquery selector
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-25 02:18:44 UTC
Size:
1.14 KB
patch
obsolete
>From ac0c87cc84b6050c3f9d53ba9e24617f8cab4f40 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Mon, 20 Jan 2020 15:44:44 +0100 >Subject: [PATCH] Bug 20888: (follow-up) revert unecessary change on jquery > selector > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.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 0f617070ab..7a3d77243b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -562,7 +562,7 @@ > form_field.append(button_field_new); > > // If a field is linked to an authorised values list, display the list. >- $('div.form-field-select-text select.form-field-column').change(function() { >+ $('div.form-field-select-text select[name="f"]').change(function() { > loadAuthorisedValuesSelect($(this)); > }).change(); > >-- >2.11.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 20888
:
84692
|
85281
|
93347
|
93370
|
97626
|
97627
|
111265
|
111266
|
111267
|
112453
|
112454
|
112455
|
112691
|
112692
|
112693