mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Gantt doesn't show tasks without date in 0.24.6 #497
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#497
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 @saschaludwig on GitHub (Apr 29, 2025).
Description
When selecting "show tasks without date", the gantt view doesn't show the tasks without a date.
On the demo site running "Version: v0.24.1-1118-8424f1d5" this feature is available.
However on my version 0.24.6 this doesn't work.
Vikunja Version
v0.24.6
Browser and version
Chrome Version 135.0.7049.115 (Official Build) (x86_64), current Firefox, current Edge, current Safari
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
@saschaludwig commented on GitHub (Apr 29, 2025):
Looks like this bug is related to the typesense search.
When typesense is enabled, the bug ist present and none of the tasks without a date will be shown.
When typesense is disabled, the "show tasks without date" filter works as expected.
@kolaente commented on GitHub (Aug 31, 2025):
Does this still happen with the latest unstable build?