mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-19 08:06:56 +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,
|
"processing": true,
|
||||||
"serverSide": true,
|
"serverSide": true,
|
||||||
"ajax": {
|
"ajax": {
|
||||||
"url": "/datatables_ticket_list/",
|
"url": "{% url 'helpdesk:datatables_ticket_list' %}",
|
||||||
"type": "GET",
|
"type": "GET",
|
||||||
},
|
},
|
||||||
createdRow: function( row, data, dataIndex )
|
createdRow: function( row, data, dataIndex )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user