Bugzilla – Attachment 166972 Details for
Bug 36899
Further improvements to holds request page, part 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36899: (follow-up) Prevent disabling when clicking twice
Bug-36899-follow-up-Prevent-disabling-when-clickin.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2024-05-21 13:14:57 UTC
(
hide
)
Description:
Bug 36899: (follow-up) Prevent disabling when clicking twice
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-21 13:14:57 UTC
Size:
1.25 KB
patch
obsolete
>From 23311c4a953c3130d4b2c71ef4f387592e29e40a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 20 May 2024 16:23:24 +0000 >Subject: [PATCH] Bug 36899: (follow-up) Prevent disabling when clicking twice > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 6588dc01016..c7d99f99216 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1693,9 +1693,9 @@ > > $('.any_specific').click(function() { > const fieldset = $(this).find('fieldset:first'); >- $('.enable_request_specific, .enable_request_any').removeClass('enabled'); > > if ( fieldset.hasClass('disabled') ) { >+ $('.enable_request_specific, .enable_request_any').removeClass('enabled'); > const specific_cb = $(this).find('#requestspecificitem'); > const any_cb = $(this).find('#requestany'); > >-- >2.45.1
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 36899
:
166938
|
166939
|
166944
|
166945
|
166946
|
166971
| 166972 |
166973