mirror of
https://github.com/itflow-org/itflow
synced 2026-03-20 04:34:51 +00:00
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
|
//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,
|
||||||
|
|||||||
Reference in New Issue
Block a user