Bugzilla – Attachment 166939 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.14 KB, created by
Lucas Gass (lukeg)
on 2024-05-20 16:23:41 UTC
(
hide
)
Description:
Bug 36899: (follow-up) Prevent disabling when clicking twice
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-05-20 16:23:41 UTC
Size:
1.14 KB
patch
obsolete
>From 2b16510a16c8284099c88e4eb8147dfec1d7dcca 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 > >--- > 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 6588dc0101..c7d99f9921 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.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 36899
:
166938
|
166939
|
166944
|
166945
|
166946
|
166971
|
166972
|
166973