go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
773 stars 56 forks source link

Saved filter used on overview page setting overrides due date filter used on upcoming tab #130

Closed jegelandsdal closed 7 months ago

jegelandsdal commented 8 months ago

Description

Setting “saved filter used on the overview page” in general settings prevents the date range filter under the upcoming tab from applying. Instead, all tasks matching the saved filter are shown, regardless of the due date and date range settings. Steps to recreate:

Vikunja Frontend Version

0.21.0

Vikunja API Version

0.21.0

Browser and version

Firefox 118.0.1

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Task with due date and saved filter matching task Saved Filter and Task Highlighted Setting the "saved filter used on the overview page" to the saved filter Saved Filter on Overview Highlighted Upcoming tab showing task despite the due date not matching the date range selected Upcoming Highlghted

kolaente commented 7 months ago

Fixed in 7f279c98e1c855a50604bc00f208ded968339593. Please check with the next unstable build if the problem really went away.

jegelandsdal commented 7 months ago

This appears to be fixed on demo site. Thank you!