fix card move, after qualitygate changes

This commit is contained in:
Hugo Sampaio 2025-01-29 16:52:12 -03:00
parent 180635f318
commit 9ee159c458
1 changed files with 2 additions and 1 deletions

View File

@ -273,6 +273,7 @@ $kanban = $ordered_kanban;
//update the status id of the card if needed //update the status id of the card if needed
if (statusId != columnId) { if (statusId != columnId) {
$(card).data('ticket-status-id', columnId); $(card).data('ticket-status-id', columnId);
statusId = columnId;
} }
positions.push({ positions.push({
ticket_id: ticketId, ticket_id: ticketId,