Bugzilla – Attachment 182729 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'
0001-Bug-23269-Remove-filtered-from-x-total-entries.patch (text/plain), 1.75 KB, created by
Johanna Räisä
on 2025-05-22 12:09:00 UTC
(
hide
)
Description:
Bug 23269: Remove 'filtered from x total entries'
Filename:
MIME Type:
Creator:
Johanna Räisä
Created:
2025-05-22 12:09:00 UTC
Size:
1.75 KB
patch
obsolete
>From 34f3b74d3ff2aa5e70c74d73ab3473b7fadcbab2 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 1/2] Bug 23269: Remove 'filtered from x total entries' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Johanna Räisä <johanna.raisa@gmail.com> >--- > 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 8a691f0616..8546f7e45e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -1400,6 +1400,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 57bb92123f..e2e4fd3ede 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.34.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 23269
:
173770
|
176705
|
177151
|
181244
|
181247
|
182728
|
182729
|
182730
|
182754
|
182755
|
182756
|
182757