mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: New cards disappear immediately if label filters are active #809
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 @lurendrejer on GitHub (Sep 15, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
No response
Current behavior
When a user has label filters enabled (e.g., only showing cards with one or more specific labels), creating a new card causes the card to immediately disappear. This happens because new cards don’t have labels by default, so they don’t match the active filter.
Desired behavior
Expected/suggested behavior:
1:
New cards should be created with the labels selected in the current filter.
2:
Newly created cards should always remain visible to the user who created them, even if they don’t match the active filter, at least until the next refresh or until the user navigates away. This ensures users can add details (including labels) without losing sight of the card.
Steps to reproduce
Enable label filtering on a board (e.g., filter to only show cards with a specific label).
Create a new card.
Observe that the new card disappears immediately.
Actual behavior:
Newly created cards disappear instantly if they don’t match the active filter.
Other information
No response