mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-28 22:33:15 -05:00
Buckets, webhooks, backgrounds and task duplication checked write access through Project.CanUpdate on a bare stub, whose zero IsArchived matched the un-archive carve-out. With is_archived now set on descendants too, that made whole archived subtrees writable. Use CanWrite instead.