mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +02:00
sorting on Last Followup works
This commit is contained in:
@ -1168,7 +1168,6 @@ def datatables_ticket_list(request, query):
|
||||
"""
|
||||
query = Query(HelpdeskUser(request.user), base64query=query)
|
||||
result = query.get_datatables_context(**request.query_params)
|
||||
print(result)
|
||||
return JsonResponse(result, status=status.HTTP_200_OK)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user