vikunja/pkg/integrations
kolaente 6673adf0b5
fix(filter): do not show tasks in filter results when they are filtered out by labels
This fixes a bug where tasks which were filtered out by their label would still be shown. That was caused by the way the filter query was translated to sql under the hood.

Resolves https://github.com/go-vikunja/vikunja/issues/394
2025-01-20 14:05:42 +01:00
..
_test.go.tpl chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
api_tokens_test.go
archived_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
caldav_test.go
healthcheck_test.go
integrations.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
kanban_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
link_sharing_auth_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
link_sharing_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
login_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
project_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
register_test.go
task_collection_test.go fix(filter): do not show tasks in filter results when they are filtered out by labels 2025-01-20 14:05:42 +01:00
task_comment_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
task_test.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
token_test.go
user_change_password_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
user_confirm_email_test.go
user_password_request_token_test.go
user_password_reset_test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
user_project_test.go
user_show_test.go