fixed linked card swimlane routing

This commit is contained in:
KhaoulaMaleh 2026-03-09 02:25:13 -11:00
parent afd40b21f1
commit a5ecc505d2
4 changed files with 42 additions and 6 deletions

View file

@ -503,6 +503,8 @@ Utils = {
cardId: card._id,
boardId: board._id,
slug: board.slug,
swimlaneId: card.swimlaneId,
listId: card.listId,
})
);
},