mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
DataTable uses the selected "Sorting" option when applying filters
This commit is contained in:
parent
3f9b3f9689
commit
c8eab7b111
@ -449,7 +449,8 @@
|
|||||||
{% if helpdesk_settings.HELPDESK_KB_ENABLED %}
|
{% if helpdesk_settings.HELPDESK_KB_ENABLED %}
|
||||||
{data: "kbitem"},
|
{data: "kbitem"},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
],
|
||||||
|
order: []
|
||||||
});
|
});
|
||||||
|
|
||||||
{# Timeline initialization when tab is displayed #}
|
{# Timeline initialization when tab is displayed #}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user