mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Gantt doesn't show tasks without date in 0.24.6 #497
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 @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?