Kanban ยท console.warn
a move into "{column}" was refused: it is at its WIP limit of {limit}.
Printed by Kanban, prefixed [lattice], since 1.35.0.
Warnings reference › kanban:wip:*
- Identifier
kanban:wip:*- Raised by
- Kanban
- Since
- 1.35.0
What happened
The destination column has a work-in-progress limit, the board is enforcing it, and this card would have taken the column past it. The card was left where it was. In a multi-card drop the limit is applied per card, so some cards may move and others may not.
The fix
Raise or remove the column's wipLimit, set enforceWip: false to make the limit advisory, or move a card out of the destination first.
The smallest fix
columns: [{ id: 'doing', wipLimit: 3 }], enforceWip: true
Reference
Covered in full at the API reference.