mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 14:15:18 +00:00
This fixes a bug where old filters where not converted to the new json format correctly, leading to issues when trying to decode the raw filter string as json. It is unclear whether that old migration had a bug or was not executed at all. This change adds a new migration to fix all filters in views still stuck in the old filter string format. Resolves https://github.com/go-vikunja/vikunja/issues/420