Merge pull request #1267 from django-helpdesk/fix_datatable_default_sort

Fix datatable default sort
This commit is contained in:
David Vadnais 2025-05-14 14:37:19 -10:00 committed by GitHub
commit c88977f888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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