mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: Unable to mark due date as completed (v2) #709
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 @kev2k2de on GitHub (May 22, 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
Currently I am unable to mark due dates as done. When the date is passed, it is still shown red with no way to change it to green.
Desired behavior
Before the v2 update, it was possible to tick due dates when they were done.
Pull request that added this feature: #845
Steps to reproduce
Upgrade to v2, all completed dates are red again and there is no visible way to mark them as done.
Other information
Automated Docker installation, version 2.0.0-rc.2
@meltyshev commented on GitHub (May 24, 2025):
Hi! We removed this because we introduced list types. When a card is in a Closed list type, its due date is shown in grey.
@kev2k2de commented on GitHub (May 24, 2025):
Oh, sorry I must have missed that. Thanks for the great work!