Files
vikunja/pkg/modules
kolaente 374045e5bf fix(projects): sub-resource permission checks no longer get the un-archive exception
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.
2026-08-20 11:58:06 +02:00
..