vikunja/pkg/modules/background
kolaente d5051c97e4 fix(background): use targeted column update when removing background
Fixes #2552. RemoveProjectBackground was passing a minimal Project struct
(only ID set) through UpdateProject, which always includes 'title' in its
Cols() list. This caused XORM to write the zero-value empty title to the
DB, wiping the real project title. Now uses ClearProjectBackground which
only updates background_file_id and background_blur_hash.
2026-04-08 09:07:15 +00:00
..
handler fix(background): use targeted column update when removing background 2026-04-08 09:07:15 +00:00
unsplash fix: register gob types and use RememberValue for avatar and unsplash cache 2026-04-08 08:56:22 +00:00
upload fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
background.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00