fix card move, after qualitygate changes
This commit is contained in:
@@ -273,6 +273,7 @@ $kanban = $ordered_kanban;
|
||||
//update the status id of the card if needed
|
||||
if (statusId != columnId) {
|
||||
$(card).data('ticket-status-id', columnId);
|
||||
statusId = columnId;
|
||||
}
|
||||
positions.push({
|
||||
ticket_id: ticketId,
|
||||
|
||||
Reference in New Issue
Block a user