mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[BUG] Labels on moved cards #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alandrees on GitHub (Apr 24, 2023).
If you move cards from one board to another with labels, they will keep their label, but the labels belong to the previous board.
This is problematic when filtering by label on the new board, as none of the labels exist.
@meltyshev commented on GitHub (May 1, 2023):
Thanks for reporting this!