Merge branch 'development'

This commit is contained in:
2026-04-11 13:42:49 -04:00
+1 -1
View File
@@ -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 => {