Files
Alexander Brandon Coles 89ff3031c9 Fix 404 on sprints index/new for private projects
The sprints controller prepended `load_project` ahead of `user_setup`,
so the project was loaded as the anonymous user and `Project.visible`
raised `RecordNotFound` for private projects. Splits the base loader so
project loading stays in its normal slot, after authentication.
2026-06-19 13:54:48 +02:00
..