Bugzilla – Attachment 186625 Details for
Bug 32266
Make the late orders page render using the API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32266: Use external_filter_nodes
Bug-32266-Use-externalfilternodes.patch (text/plain), 1.68 KB, created by
Jonathan Druart
on 2025-09-19 14:27:02 UTC
(
hide
)
Description:
Bug 32266: Use external_filter_nodes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-19 14:27:02 UTC
Size:
1.68 KB
patch
obsolete
>From 5016fe98d157b9dcacebb16e47e9906c00fad353 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 19 Sep 2025 16:26:45 +0200 >Subject: [PATCH] Bug 32266: Use external_filter_nodes > >--- > .../intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index d3d58438913..0c4b8aeab99 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -263,10 +263,15 @@ > } > }; > >+ let external_filter_nodes = { >+ late_delay_filter: '#late_delay', >+ estimated_deliverydate_from_filter: '#estimated_deliverydate_from', >+ estimated_deliverydate_to_filter: '#estimated_deliverydate_to', >+ vendor_filter: '#vendor_filter', >+ }; > var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %]; > var late_orderst = $("#late_orders").kohaTable({ > order: [[ 1, "asc" ]], >- stateSave: true, > paging: true, > embed: [ > "basket.authorizer+strings", >@@ -482,7 +487,7 @@ > false, // add_column_filters > additional_filters, // default_filters > undefined, // filters_options >- undefined, //external_filter_nodes >+ external_filter_nodes > ); > > const redrawTable = () => { >-- >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 32266
:
144145
|
144165
|
144699
|
182041
|
182042
|
182043
|
182269
|
182377
|
182378
|
182379
|
182420
|
182421
|
182422
|
182423
|
182424
| 186625