mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-16 10:57:58 +02:00
Remove "classic" code path and always use datatables for ticket lists
This commit is contained in:
@ -151,7 +151,3 @@ HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION = getattr(
|
||||
|
||||
# use https in the email links
|
||||
HELPDESK_USE_HTTPS_IN_EMAIL_LINK = getattr(settings, 'HELPDESK_USE_HTTPS_IN_EMAIL_LINK', False)
|
||||
|
||||
# Asynchronous Datatables - Optional
|
||||
HELPDESK_USE_SERVERSIDE_PROCESSING = getattr(
|
||||
settings, 'HELPDESK_USE_SERVERSIDE_PROCESSING', True)
|
||||
|
Reference in New Issue
Block a user