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
Create 2 objectBricks and on each one create a manyToOne field with same name
Open grid view and add the 2 fields on different bricks
Populate the relation fields with some test value and then try to filter with "filter by relation”
Actual Behavior
An error occurs in DB query while using 2 relation fields (manyToOne) with same name in different objectBricks. For example, if you have 2 fields named "Color” in 2 different brick and you try to filter in a grid view, it shows the error attached.