alter ticket_kanban to ticket_order

This commit is contained in:
Hugo Sampaio
2025-02-04 13:35:28 -03:00
parent 3de97fcd15
commit 65bb1b4007
5 changed files with 10 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ $(document).ready(function() {
}
positions.push({
ticket_id: ticketId,
ticket_kanban: index,
ticket_order: index,
ticket_oldStatus: oldStatus,
ticket_status: statusId ?? null// Get the new status ID from the target column
});