Bugzilla – Attachment 158478 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) Always disable buttons after action
Bug-35068-follow-up-Always-disable-buttons-after-a.patch (text/plain), 1.58 KB, created by
Victor Grousset/tuxayo
on 2023-11-05 19:31:02 UTC
(
hide
)
Description:
Bug 35068: (follow-up) Always disable buttons after action
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-11-05 19:31:02 UTC
Size:
1.58 KB
patch
obsolete
>From 99b3e22a0a4033f202e8c2399761fc76f156c710 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 18 Oct 2023 20:04:49 +0000 >Subject: [PATCH] Bug 35068: (follow-up) Always disable buttons after action > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kelly <kelly@bywatersolutions.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index b9a4ca95ac..22f1f1a2b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -154,7 +154,7 @@ $(document).ready(function() { > if ( refresh_table ) { > RefreshIssuesTable(); > } >- >+ $('#RenewChecked, #CheckinChecked').prop('disabled' , true ); > // Prevent form submit > return false; > }); >@@ -249,7 +249,7 @@ $(document).ready(function() { > if ( refresh_table ) { > RefreshIssuesTable(); > } >- >+ $('#RenewChecked, #CheckinChecked').prop('disabled' , true ); > // Prevent form submit > return false; > }); >@@ -304,7 +304,6 @@ $(document).ready(function() { > $('#issues-table-loading-message').hide(); > $('#issues-table').show(); > $('#issues-table-actions').show(); >- > var msg_loading = __('Loading... you may continue scanning.'); > issuesTable = KohaTable("issues-table", { > "oLanguage": { >-- >2.42.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 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