New query filter is not working correctly #2547
Loading…
x
Reference in New Issue
Block a user
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?
Description
Hello.
I'm trying the new query filter system since my instance updated to 0.24. Sadly, it doesn't seem to be working when aggregating tasks from multiple projects, or even just showing done tasks. It is reproducible on try.vikunja.io.
Steps to reproduce:
project in testProject1, testProject2
.Invalid task filter value.
.On the other hand,
done = true
doesn't work:done = true
.Thanks for you work, hope it helps.
Regards,
PBP.
Vikunja Version
v0.24.0
Browser and version
Firefox 127.0.2
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
Fixed in
38c30d1eee
. Please check with the next unstable build.I was unable to reproduce the second bug you mentioned. I did find one caveat though: The list view has a
done = false
filter set by default. This filter is used in combination with the "main" one of a saved filter, which means that when you set adone = true
filter for a saved filter, the effective filter executed by Vikunja is actuallydone = true && done = false
, resulting in no tasks shown at all. Once you remove the filter for the list view in the saved filter, it all works as expected.EDIT: I've changed this in
5644130f01
so that the list view of a new saved filter does not have a default filter on top.Yes, I can confirm is now working correctly. Thanks for the quick fix. I'm loving the granularity of the new filter system 🚀