Bugzilla – Attachment 157466 Details for
Bug 35068
Split 'Renew or check in selected items' button in issues table into separate buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35068: (follow-up) Disable button after clicking Renew all
Bug-35068-follow-up-Disable-button-after-clicking-.patch (text/plain), 930 bytes, created by
Owen Leonard
on 2023-10-19 14:52:39 UTC
(
hide
)
Description:
Bug 35068: (follow-up) Disable button after clicking Renew all
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-10-19 14:52:39 UTC
Size:
930 bytes
patch
obsolete
>From fbcb2ed8c540441801dd59b9ecf5866d4a04020c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 17 Oct 2023 14:52:07 +0000 >Subject: [PATCH] Bug 35068: (follow-up) Disable button after clicking Renew > all > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index ccef7061fb..c4ae89114c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -259,7 +259,7 @@ $(document).ready(function() { > $("#UncheckAllCheckins").click(); > showHideOnHoldRenewal(); > $("#RenewChecked").click(); >- >+ $('#RenewChecked').prop('disabled' , true ); > // Prevent form submit > return false; > }); >-- >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 35068
:
157218
|
157254
|
157357
|
157465
|
157466
|
157467
|
157468
|
157523
|
157524
|
157525
|
157526
|
157552
|
158343
|
158476
|
158477
|
158478
|
158479
|
158480
|
158481
|
158482
|
158483
|
158484
|
158485
|
158788
|
158789
|
158790
|
158791
|
158792