mirror of
https://github.com/opf/openproject.git
synced 2026-06-20 22:25:55 +00:00
89ff3031c9
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.