Merge branch 'develop' into bootstrap4

This commit is contained in:
Garret Wassermann 2018-12-15 13:40:21 -05:00
commit 14d89ab9b8

View File

@ -19,7 +19,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 )