mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-16 10:57:58 +02:00
Added optional serverside processing on datatables that lists all tickets - True by default
This commit is contained in:
@ -141,6 +141,10 @@ urlpatterns = [
|
||||
url(r'^ignore/delete/(?P<id>[0-9]+)/$',
|
||||
staff.email_ignore_del,
|
||||
name='email_ignore_del'),
|
||||
|
||||
url(r'^datatables_ticket_list/$',
|
||||
staff.datatables_ticket_list,
|
||||
name="datatables_ticket_list"),
|
||||
]
|
||||
|
||||
urlpatterns += [
|
||||
|
Reference in New Issue
Block a user