mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Expired tasks in filter have wrong dates #605
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#605
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 @loviuz on GitHub (Sep 10, 2025).
Description
In saved filters I can see all tasks with no dueDate set. I have checked in the database and dueDate=null. Here you can see that the filter shows tasks with no dueDate, because the API return these tasks.
My filter from database is:
Vikunja Version
docker image vikunja/vikunja:unstable (pulled today)
Browser and version
Firefox 142.0.1
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
@kolaente commented on GitHub (Sep 10, 2025):
Is that with a saved filter only or when setting a filter ad hoc from the UI? (Via the filter button on the top right)
@loviuz commented on GitHub (Sep 11, 2025):
Yes, I have created the filter from the web UI
@kolaente commented on GitHub (Sep 11, 2025):
Can you share the filter you have set in the UI?
Did you set the "Show tasks without a value" checkbox below the filter input?