Bugzilla – Attachment 181247 Details for
Bug 23269
Long hold queues are slowing the service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23269: Remove 'filtered from x total entries'
Bug-23269-Remove-filtered-from-x-total-entries.patch (text/plain), 1.61 KB, created by
Pedro Amorim
on 2025-04-22 12:12:15 UTC
(
hide
)
Description:
Bug 23269: Remove 'filtered from x total entries'
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-04-22 12:12:15 UTC
Size:
1.61 KB
patch
obsolete
>From d8202a8a2206f70c97684180aac0843fc5621d0a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 22 Apr 2025 12:11:35 +0000 >Subject: [PATCH] Bug 23269: Remove 'filtered from x total entries' > >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 3 +++ > koha-tmpl/intranet-tmpl/prog/js/holds.js | 3 +++ > 2 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 29cd54d5962..c32ee2a3f14 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -1397,6 +1397,9 @@ function update_search_description( > emptyTable: options.emptyTable > ? options.emptyTable > : __("No data available in table"), >+ infoFiltered: options.infoFiltered >+ ? options.infoFiltered >+ : __("(filtered from _MAX_ total entries)"), > }, > }, > options >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 57bb92123f0..e2e4fd3eded 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -723,6 +723,9 @@ async function load_patron_holds_table(biblio_id, split_data) { > let pageStart; > var holdsQueueTable = $(table_id).kohaTable( > { >+ language: { >+ infoFiltered: "", >+ }, > ajax: { > url: url, > data: function (params) { >-- >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 23269
:
173770
|
176705
|
177151
|
181244
| 181247