[GH-ISSUE #348] Tasks disappear from the kanban board in a saved filter when moving those to another project #6101

Closed
opened 2026-04-20 16:40:47 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @Ma27 on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/348

Description

Can be reproduced like this:

  • Create a label foo
  • Create a project foo
  • Create a project bar
  • Create a task task in project foo with label foo
  • Create a filter filter with filter expression done = false && labels in foo

As expected, the task task appears in the filter filter in the list view and the kanban view.

Now

  • Move the task task to project bar

The task task is still visible in the list view of the filter, however it disappeared from the kanban view.

EDIT: it seems as if there's just a line missing in task_buckets for the task and the kanban view from the filter filter.

Vikunja Version

0.24.4

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @Ma27 on GitHub (Nov 6, 2024). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/348 ### Description Can be reproduced like this: * Create a label `foo` * Create a project `foo` * Create a project `bar` * Create a task `task` in project `foo` with label `foo` * Create a filter `filter` with filter expression `done = false && labels in foo` As expected, the task `task` appears in the filter `filter` in the list view and the kanban view. Now * Move the task `task` to project `bar` The task `task` is still visible in the list view of the `filter`, however it disappeared from the kanban view. EDIT: it seems as if there's just a line missing in `task_buckets` for the task and the kanban view from the filter `filter`. ### Vikunja Version 0.24.4 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
GiteaMirror added the bug label 2026-04-20 16:40:47 -05:00
Author
Owner

@Ma27 commented on GitHub (Nov 6, 2024):

Interestingly, when saving the filter after that, I see the task task I moved before twice in the kanban view. Once with its labels, once without.

<!-- gh-comment-id:2459695186 --> @Ma27 commented on GitHub (Nov 6, 2024): Interestingly, when saving the filter after that, I see the task `task` I moved before twice in the kanban view. Once with its labels, once without.
Author
Owner

@Ma27 commented on GitHub (Nov 9, 2024):

FYI I may have a working patch that. Will try to file a PR with it this weekend.

<!-- gh-comment-id:2466476377 --> @Ma27 commented on GitHub (Nov 9, 2024): FYI I may have a working patch that. Will try to file a PR with it this weekend.
Author
Owner

@Ma27 commented on GitHub (Nov 10, 2024):

OK I guess I need a confirmation in your gitea @kolaente

<!-- gh-comment-id:2466813266 --> @Ma27 commented on GitHub (Nov 10, 2024): OK I guess I need a confirmation in your gitea @kolaente
Author
Owner

@kolaente commented on GitHub (Nov 10, 2024):

Your account should be enabled now

<!-- gh-comment-id:2466864496 --> @kolaente commented on GitHub (Nov 10, 2024): Your account should be enabled now
Author
Owner

@Ma27 commented on GitHub (Nov 13, 2024):

For anyone following here, there's a PR now on gitea: https://kolaente.dev/vikunja/vikunja/pulls/2840

<!-- gh-comment-id:2474205961 --> @Ma27 commented on GitHub (Nov 13, 2024): For anyone following here, there's a PR now on gitea: https://kolaente.dev/vikunja/vikunja/pulls/2840
Author
Owner

@kolaente commented on GitHub (Nov 18, 2024):

Resolved in https://kolaente.dev/vikunja/vikunja/pulls/2840 (3bafaa7101)

<!-- gh-comment-id:2483468293 --> @kolaente commented on GitHub (Nov 18, 2024): Resolved in https://kolaente.dev/vikunja/vikunja/pulls/2840 (3bafaa7101db22f9bdb6a34ae6f06fc5c00a80db)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6101