[GH-ISSUE #2466] Label filter conflicts with saved homepage filter #6680

Closed
opened 2026-04-20 17:16:07 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @wucherpfennig on GitHub (Mar 24, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2466

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

When a custom saved filter is configured for the homepage in the settings, and a user clicks on a label in the labels overview, the behaviour is inconsistent.

The current behaviour can be confusing, as users might expect to see all tasks with the selected label, but instead only see a subset due to the additional active filter.

Steps to reproduce:

  1. Set a custom saved filter for the homepage in the settings
  2. Navigate to the labels overview
  3. Click on a label

Result:

  • The app redirects to the homepage with the label filter applied (e.g. /?labels=10)
  • At the same time, the saved homepage filter remains active
  • As a result, the displayed tasks are filtered by both the selected label and the saved homepage filter

Expectations:

One of the following would be more intuitive:

  • Either clearly indicate that the selected label is applied on top of the saved homepage filter
  • Or ignore the saved homepage filter and display all tasks associated with the selected label

Vikunja Version

2.2.2

Browser and version

All

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Image
Originally created by @wucherpfennig on GitHub (Mar 24, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2466 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description When a custom saved filter is configured for the homepage in the settings, and a user clicks on a label in the labels overview, the behaviour is inconsistent. The current behaviour can be confusing, as users might expect to see all tasks with the selected label, but instead only see a subset due to the additional active filter. Steps to reproduce: 1. Set a custom saved filter for the homepage in the settings 2. Navigate to the labels overview 3. Click on a label Result: - The app redirects to the homepage with the label filter applied (e.g. /?labels=10) - At the same time, the saved homepage filter remains active - As a result, the displayed tasks are filtered by both the selected label and the saved homepage filter Expectations: One of the following would be more intuitive: - Either clearly indicate that the selected label is applied on top of the saved homepage filter - Or ignore the saved homepage filter and display all tasks associated with the selected label ### Vikunja Version 2.2.2 ### Browser and version All ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots <img width="1147" height="268" alt="Image" src="https://github.com/user-attachments/assets/683f7f00-8539-4eb4-8a1c-3b56f7c3c9b5" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6680