Bugzilla – Attachment 187512 Details for
Bug 40896
Run report button should be disabled after click
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40896: (follow-up) DO NOT PUSH
Bug-40896-follow-up-DO-NOT-PUSH.patch (text/plain), 1.81 KB, created by
Jake Deery
on 2025-10-07 10:50:21 UTC
(
hide
)
Description:
Bug 40896: (follow-up) DO NOT PUSH
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2025-10-07 10:50:21 UTC
Size:
1.81 KB
patch
obsolete
>From 8b30925a31ec34a8ac0e82ededfee6b025fc1d3d Mon Sep 17 00:00:00 2001 >From: Jake Deery <jake.deery@openfifth.co.uk> >Date: Tue, 7 Oct 2025 10:49:44 +0000 >Subject: [PATCH] Bug 40896: (follow-up) DO NOT PUSH > >--- > .../prog/en/modules/reports/guided_reports_start.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 7872a7652c5..34c770c9724 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -2009,11 +2009,11 @@ > if ($(element).attr('disabled') === undefined) { > $(element).attr('disabled', 'disabled'); > $(element).addClass('disabled'); >- $(element).find('i.fa-play').first().replaceWith('<i class=\"fa fa-spinner fa-spin\" style=\"--fa-animation-duration: 2s;\"></i>'); >+ $(element).find('i.fa').first().replaceWith('<i class=\"fa fa-spinner fa-spin\" style=\"--fa-animation-duration: 2s;\"></i>'); > } else { > $(element).removeAttr('disabled'); > $(element).removeClass('disabled'); >- $(element).find('i.fa-spinner').first().replaceWith('<i class=\"fa fa-play\"></i>'); >+ $(element).find('i.fa').first().replaceWith('<i class=\"fa fa-play\"></i>'); > } > }); > >@@ -2516,7 +2516,7 @@ > }); > > $('#report_param_form').on('submit', event => { >- const button = $('button[type="submit"]'); >+ const button = $('#report_param_form button[type="submit"]'); > > if (button.length < 1) { > return; >-- >2.43.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 40896
:
187044
|
187193
| 187512