mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-08 04:48:27 -05:00
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.