Bugzilla – Attachment 167396 Details for
Bug 37026
Switching tabs in the sco_main page ( Checkouts, Holds, Charges ) creates a JS error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37026: Fix JS error on sco-main.tt
Bug-37026-Fix-JS-error-on-sco-maintt.patch (text/plain), 1.21 KB, created by
Lucas Gass (lukeg)
on 2024-06-04 14:30:51 UTC
(
hide
)
Description:
Bug 37026: Fix JS error on sco-main.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-04 14:30:51 UTC
Size:
1.21 KB
patch
obsolete
>From 56ad417dbbd7b0fa385f8d9ac44bfda0e11910f0 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 4 Jun 2024 14:29:40 +0000 >Subject: [PATCH] Bug 37026: Fix JS error on sco-main.tt > >To test: >1. Have a patron with some checkouts, holds, and charges that can login into the SCO module. >2. To go sco-main.pl and login >3. Try changing tabs and notice the console error: > > dataTables is not defined > > 4. APPLY PATCH > 5. Try again, there should be no error. > 6. Make sure you can switch the tabs without any issues. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index cd369b559d..24c0e194ac 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -598,7 +598,6 @@ > > $('a[data-toggle="tab"]').on('shown.bs.tab', function (event) { > dTables.DataTable().responsive.recalc(); >- dataTables.DataTable().responsive.recalc(); > } ); > > $("#logout_form").on("click", function(e){ >-- >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 37026
:
167396
|
167406
|
167460