From c8eab7b11155bc0a20d0318017f1a4b409ed29ba Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 14 May 2025 10:19:55 +0100 Subject: [PATCH] DataTable uses the selected "Sorting" option when applying filters --- helpdesk/templates/helpdesk/ticket_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpdesk/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html index 0059e81e..dd1c61e8 100644 --- a/helpdesk/templates/helpdesk/ticket_list.html +++ b/helpdesk/templates/helpdesk/ticket_list.html @@ -449,7 +449,8 @@ {% if helpdesk_settings.HELPDESK_KB_ENABLED %} {data: "kbitem"}, {% endif %} - ] + ], + order: [] }); {# Timeline initialization when tab is displayed #}