Merge pull request #676 from auto-mat/datatables-fix

Fix datatables URL resolution
This commit is contained in:
Garret Wassermann 2018-12-14 01:56:21 -05:00 committed by GitHub
commit 542ebf84c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )