mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-24 19:50:09 -05:00
Views broken by the bug above keep their state until something writes them again, so repair them on startup: set the manual mode, seed the default buckets when the view has none and place the project's tasks in the default bucket. Views whose project or saved filter is gone are skipped rather than repaired with a dangling creator, soft-deleted tasks stay out of the backfill, and the mode flip is the last write per view so an interrupted run picks the view up again.