mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-16 00:42:27 +00:00
Resolves #2490. Users with team access on a parent project were not seeing subtask relations for tasks in child projects because getUserProjectsStatement does not walk the project hierarchy. The fix wraps the base query in a recursive CTE that traverses child projects via parent_project_id.