mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
Saved filters are not updated when tasks are updated #219
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 @mvalois on GitHub (Apr 25, 2024).
Description
When creating a saved filter to get tasks for a given user, shown tasks are not updated until we edit their description. For instance, when removing the assignee from the task, it still appears in the list of the saved filter.
Vikunja Version
0.22.1
Browser and version
Firefox last version, reproducible using debian desktop client
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Apr 25, 2024):
Please upgrade your instance to 0.23.0 or the last unstable build. 0.22.1 is not supported anymore.
@mvalois commented on GitHub (Apr 25, 2024):
Even after upgrading both the server and client to 0.23.0 the issue still appears.
@kolaente commented on GitHub (Apr 26, 2024):
Does it work with the latest unstable build? (make a backup before upgrading!) Are you using Typesense?
@mvalois commented on GitHub (Apr 28, 2024):
yes we are using typesense.
@mvalois commented on GitHub (Jun 4, 2024):
Disabling typesense resolves the issue.
@kolaente commented on GitHub (Jun 5, 2024):
This should be fixed in
f131289d32, please check with the next unstable build (should be ready for deployment in ~45min).You'll need to do a full reindex via the
vikunja indexcli command.