Priority labels not shown in Kanban view #563

Closed
opened 2025-11-01 20:59:11 -05:00 by GiteaMirror · 2 comments
Owner

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:

(labels) Show priority labels based on minimum priority setting (#3075)

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

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: ``` (labels) Show priority labels based on minimum priority setting (#3075) ``` 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_
Author
Owner

@Bouni commented on GitHub (Aug 21, 2025):

I had a look at the sqlite db

All users have an empty frontend_settings column. After changing the setting and back for one user, it gets filled with something like this:

frontend_settings = {"allow_icon_changes":true,"color_schema":"auto","date_display":"relative","default_view":"kanban","minimum_priority":1,"play_sound_when_done":true,"quick_add_magic_mode":"vikunja"}

Maybe you should populate this with a sane default if empty

@Bouni commented on GitHub (Aug 21, 2025): I had a look at the sqlite db All users have an empty `frontend_settings` column. After changing the setting and back for one user, it gets filled with something like this: ``` frontend_settings = {"allow_icon_changes":true,"color_schema":"auto","date_display":"relative","default_view":"kanban","minimum_priority":1,"play_sound_when_done":true,"quick_add_magic_mode":"vikunja"} ``` Maybe you should populate this with a sane default if empty
Author
Owner

@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).

@kolaente commented on GitHub (Aug 31, 2025): Fixed in https://github.com/go-vikunja/vikunja/commit/7510f8d4be4e16ab54ea359346fd9c2c6c58c4d9, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#563