You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build and run a query that links any table (e.g., Collection Object, Accession, Locality) to Projects, the backend crashes and throws an Error. It appears the projects relationship is missing from the backend.
To Reproduce
Steps to reproduce the behavior:
Go to query builder
Select collection objects as base table
Map any field from projects table and query
See error
Expected behavior
There should be no error and any mapping from project table should be displayed.
Describe the bug
When attempting to build and run a query that links any table (e.g., Collection Object, Accession, Locality) to Projects, the backend crashes and throws an Error. It appears the projects relationship is missing from the backend.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no error and any mapping from project table should be displayed.
Screenshots
1.1.mov
Crash Report
Specify 7 Crash Report - 2026-05-13T17_19_56.486Z.txt
Please fill out the following information manually:
Additional context
Tested it in both latest v7 and main branch. Came across the issue while testing #8023.