mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-12 08:19:14 +01:00
Change ticket sorting via form, to fix #562
This commit is contained in:
parent
8ba2614a96
commit
ee1cae07a4
@ -12,6 +12,7 @@ $(document).ready(function() {
|
|||||||
"oLanguage": {
|
"oLanguage": {
|
||||||
"sEmptyTable": "{% trans 'No Tickets Match Your Selection' %}"
|
"sEmptyTable": "{% trans 'No Tickets Match Your Selection' %}"
|
||||||
},
|
},
|
||||||
|
"order": [],
|
||||||
responsive: true
|
responsive: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user