go-vikunja / vikunja

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

Tasks disappear from the kanban board in a saved filter when moving those to another project #348

Open Ma27 opened 1 week ago

Ma27 commented 1 week ago

Description

Can be reproduced like this:

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

Now

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

Ma27 commented 1 week ago

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.

Ma27 commented 5 days ago

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

Ma27 commented 4 days ago

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

kolaente commented 4 days ago

Your account should be enabled now

Ma27 commented 1 day ago

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