mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Priority labels not shown in Kanban view #563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bouni on GitHub (Aug 21, 2025).
Description
We use priority labels on our tasks.
After updating to 1.0.0-rc1 the noe longer show up in the Kanban view.
Searching through the changelogs I fount this:
After checking the setting it was set to medium. But even those with Priority high were not shown.
Changeing the setting to another value, save and then change it back did the trick.
Now the labels are shown again.
Maybe the upgrade process can trigger whatever the change on the UI does.
Vikunja Version
1.0.0-rc1
Browser and version
Firefox 142.0
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@Bouni commented on GitHub (Aug 21, 2025):
I had a look at the sqlite db
All users have an empty
frontend_settingscolumn. After changing the setting and back for one user, it gets filled with something like this:Maybe you should populate this with a sane default if empty
@kolaente commented on GitHub (Aug 31, 2025):
Fixed in
7510f8d4be, please check with the next unstable build (should be ready for deployment in ~30min, also on try).