Current Tasks view shows overdue done and archived tasks #2205

Closed
opened 2026-03-22 13:57:20 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @vikunja-bot on GitHub (Apr 1, 2025).

Original issue by xeruf on 2025-01-22T11:29:06.000Z

Description

image.png

If a task is overdue, it is shown in the default Current Tasks view, even if the project is archived or the task is done, which is rather unhelpful.

Vikunja Version

0.24.6

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Original issue on Gitea


@kolaente commented on 2025-01-22T11:32:14.000Z:

It won't show done tasks by default. Did you set a saved filter for the overview?


xeruf commented on 2025-01-22T13:28:36.000Z:

true that is not reproduced in the demo instance

I have a filter My Tasks that looks like this, which is curious cause it seems to have been migrated incorrectly from an earlier version where it was entered visually with an AND query and the priority was a minimum, not a fixed match:

done = false || assignees ?= EMAIL || priority = 2

Changed it to: done = false && assignees ?= EMAIL && priority >= 3

nonetheless tasks of archived projects should not show up in any filters


@kolaente commented on 2025-01-23T14:26:51.000Z:

nonetheless tasks of archived projects should not show up in any filters

I'm unable to reproduce this, can you check on the demo?


xeruf commented on 2025-01-29T13:47:26.000Z:

hm odd, will test it again when our instance gets the newest version

Originally created by @vikunja-bot on GitHub (Apr 1, 2025). _Original issue by xeruf on 2025-01-22T11:29:06.000Z_ ### Description ![image.png](/attachments/4f62be90-b91e-4d3d-b896-cd61dcc0ee3e) If a task is overdue, it is shown in the default Current Tasks view, even if the project is archived or the task is done, which is rather unhelpful. ### Vikunja Version 0.24.6 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_ [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/3045) --- _**@kolaente** commented on 2025-01-22T11:32:14.000Z_: It won't show done tasks by default. Did you set a saved filter for the overview? --- _**xeruf** commented on 2025-01-22T13:28:36.000Z_: true that is not reproduced in the demo instance I have a filter `My Tasks` that looks like this, which is curious cause it seems to have been migrated incorrectly from an earlier version where it was entered visually with an AND query and the priority was a minimum, not a fixed match: done = false || assignees ?= EMAIL || priority = 2 Changed it to: `done = false && assignees ?= EMAIL && priority >= 3` nonetheless tasks of archived projects should not show up in any filters --- _**@kolaente** commented on 2025-01-23T14:26:51.000Z_: > nonetheless tasks of archived projects should not show up in any filters I'm unable to reproduce this, can you check on the demo? --- _**xeruf** commented on 2025-01-29T13:47:26.000Z_: hm odd, will test it again when our instance gets the newest version
GiteaMirror added the waiting for reply label 2026-03-22 13:57:20 -05:00
Author
Owner

@kolaente commented on GitHub (Jun 24, 2025):

@xeruf is this still a problem?

@kolaente commented on GitHub (Jun 24, 2025): @xeruf is this still a problem?
Author
Owner

@kolaente commented on GitHub (Jul 23, 2025):

Closing as inactive, please ping or open a new issue with relevant information if you still have this problem.

@kolaente commented on GitHub (Jul 23, 2025): Closing as inactive, please ping or open a new issue with relevant information if you still have this problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#2205