Bugzilla – Attachment 191835 Details for
Bug 40777
500 Error: Something went wrong when loading the table Should Exit Cleanly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40777: (follow-up) Use var instead of let when declaring specific_dt_errors
Bug-40777-follow-up-Use-var-instead-of-let-when-de.patch (text/plain), 947 bytes, created by
Katrin Fischer
on 2026-01-21 21:17:47 UTC
(
hide
)
Description:
Bug 40777: (follow-up) Use var instead of let when declaring specific_dt_errors
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2026-01-21 21:17:47 UTC
Size:
947 bytes
patch
obsolete
>From 614020effa31bffbcd2bfc143cb0b8c677bb4c59 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 21 Jan 2026 20:28:11 +0000 >Subject: [PATCH] Bug 40777: (follow-up) Use var instead of let when declaring > specific_dt_errors > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 158549b977b..7b6dde8a7c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -407,7 +407,7 @@ function filterDataTable(table, column, term) { > } > } > >-let specific_dt_errors = ""; >+var specific_dt_errors = ""; > jQuery.fn.dataTable.ext.errMode = function (settings, note, message) { > if (settings && settings.jqXHR) { > console.log( >-- >2.39.5
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 40777
:
187526
|
187527
|
187528
|
188222
|
188223
|
188224
|
188225
|
188226
|
188227
|
189598
|
190261
|
190262
|
190263
|
190264
|
190265
|
190266
|
190267
|
190268
|
190269
|
190270
|
190884
|
190885
|
191603
|
191604
|
191605
|
191606
|
191607
|
191608
|
191609
|
191610
|
191611
|
191612
|
191613
|
191614
|
191615
|
191687
|
191821
| 191835