mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-18 15:46:40 +02:00
Merge pull request #676 from auto-mat/datatables-fix
Fix datatables URL resolution
This commit is contained in:
commit
542ebf84c5
@ -18,7 +18,7 @@
|
||||
"processing": true,
|
||||
"serverSide": true,
|
||||
"ajax": {
|
||||
"url": "/datatables_ticket_list/",
|
||||
"url": "{% url 'helpdesk:datatables_ticket_list' %}",
|
||||
"type": "GET",
|
||||
},
|
||||
createdRow: function( row, data, dataIndex )
|
||||
|
Loading…
x
Reference in New Issue
Block a user