go-vikunja/vikunja

Can't use Filters button with username inside Kanban

Zen3515 opened this issue · 2 comments

Description

When inside Kanban view, and trying to use Filters button with user filter, the backend error, all the tasks become empty.

From the dev tool I saw response status 500
From the backend docker logs I saw this

2023-10-03T14:10:33.47381376Z: ERROR	▶ handler/ReadAllWeb 198b Error 1054 (42S22): Unknown column 'username' in 'where clause'

More context

  • With other views like table view, it works fine.
  • I'm using the latest unstable, this problem has been here since day one that I use vikunja (probably about 1.5 years ago)
  • I use docker
  • I use OIDC from Authelia
  • I can reproduce this with new setup using similar config (OIDC, docker)

Vikunja Frontend Version

unstable (I think it's irrelevant since problem exist at least 1.5 years)

Vikunja API Version

unstable (I think it's irrelevant since problem exist at least 1.5 years)

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

image
image
image
image

This is definitely a bug. I'll take a look.