mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-19 13:33:34 -05:00
[PR #1158] [MERGED] fix "null" in project views #1285
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?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1158
Author: @CrazyWolf13
Created: 7/22/2025
Status: ✅ Merged
Merged: 7/22/2025
Merged by: @kolaente
Base:
main← Head:patch-2📝 Commits (5)
49c8101fix "null" in project viewsdeb46edUpdate restore.go4b2383eUpdate restore.goaacc5f5feat: add tests, make it case-insensitiveaad0c49fix lint📊 Changes
2 files changed (+49 additions, -0 deletions)
View changed files
📝
pkg/modules/dump/restore.go(+5 -0)📝
pkg/modules/dump/restore_test.go(+44 -0)📄 Description
Table project_views contains NULL which was decoded to weird UTF-8 characters and compledtely broke the app.
This command fixed my DB:
Adding this null check ensures "null" is treated as actual null.
Please again review thorougly, I'm not a go dev and that
nilis only based on my research.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.