mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Done tasks are disappearing forever #601
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#601
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @CarlSinclair on GitHub (Sep 9, 2025).
Description
Previously, done tasks appeared at the bottom of the task list. Now, when an item is marked as done, it's like it never existed. The filter says it automatically filters out done tasks even with all filters cleared, but I haven't been able to override this behavior by setting a custom filter for done = true or done = all.
The tasks are still visible in all other views, but I'd like to make them appear in the list view as well.
Not sure if this is due to a recent update or what, because I had issues with my vikunja instance that I was only able to resolve by reinstalling it completely on a different machine using a different installation method (rpm vs zip). Luckily it recognized my DB and files, but I'm having this issue now.
Maybe I'm crazy, but it seems that sometimes even tasks that aren't done are disappearing from the list view, although they continue to appear in other views.
If this is not a known or reproduceable bug, any ideas on how to troubleshoot it?
Vikunja Version
0.24.5
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@kolaente commented on GitHub (Sep 9, 2025):
Are you using a saved filter or a project with a filtered view?
@CarlSinclair commented on GitHub (Sep 10, 2025):
I didn't know saved filters were a thing. And I'm not using a filtered view at all as far as I'm aware. But even without any filters, the project list view includes a hardcoded filter to hide done tasks.
@kolaente commented on GitHub (Sep 10, 2025):
Does it work if you remove the filter in the list view settings? (on the top right next to the project name, click on the three dots, then on
views, then the pen icon next to the list view, then remove the filter there)