DataTable uses the selected "Sorting" option when applying filters

This commit is contained in:
Christopher Broderick 2025-05-14 10:19:55 +01:00
parent 3f9b3f9689
commit c8eab7b111

View File

@ -449,7 +449,8 @@
{% if helpdesk_settings.HELPDESK_KB_ENABLED %}
{data: "kbitem"},
{% endif %}
]
],
order: []
});
{# Timeline initialization when tab is displayed #}