Merge branch 'development'
This commit is contained in:
@@ -1224,7 +1224,7 @@ function populateKanbanCards() {
|
||||
method: 'POST',
|
||||
credentials: 'same-origin',
|
||||
headers: { 'Content-Type': 'application/json', 'X-CSRF-Token': window.CSRF_TOKEN || '' },
|
||||
body: JSON.stringify({ ticket_id: parseInt(ticketId, 10), status: newStatus })
|
||||
body: JSON.stringify({ ticket_id: String(ticketId), status: newStatus })
|
||||
})
|
||||
.then(r => r.json())
|
||||
.then(data => {
|
||||
|
||||
Reference in New Issue
Block a user