Files
vikunja/pkg/webtests
kolaente cc9dfe8e1b fix(projects): reject un-archiving a child while its parent is archived
Enforced in UpdateProject, the single write path, instead of CanUpdate,
which short-circuits for instance admins and is bypassed by direct
callers. Callers get a dedicated ErrParentProjectIsArchived (3016)
telling them to un-archive the parent first.
2026-08-20 11:58:06 +02:00
..