mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Can't set task done #351
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 @alvarolm on GitHub (Feb 1, 2025).
Description
Originally reported by https://community.vikunja.io/t/unable-to-drag-a-repeating-task-to-done-bucket/3321
I have been able to reproduce this behaviour
Vikunja Version
v0.24.6
Browser and version
Google Chrome and Firefox latest release stable
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@xNinjaKittyx commented on GitHub (Feb 8, 2025):
I think it's not complete-able at all.
Clicking the checkbox on a task that's repeatable doesn't seem to work either.
@kolaente commented on GitHub (Mar 16, 2025):
5c6be117fefixes a bug where the due dates were not increased correctly on the board when moving a task into a done column.Dragging a task into the done bucket would mark it as done, but because it is recurring, it is marked un-done right after that and moved back into the bucket it was last in. That's working as intended.