mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Linked cards in check list do not show title #848
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 @jackhuaberbauer on GitHub (Oct 28, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome
Current behavior
The pull request #1234 suggests, that when I add a link of a card to a check list, the title should be displayed.
It also suggests that once I complete the card the check list entry should be completed.
Both is not happening in my local hosted version of planka (2.0.0-rc.4).
Instead it looks like this:
Desired behavior
The title of the card should be shown in the check list and it should be marked as "done" once the card is completed.
Steps to reproduce
Other information
No response