Hi,
In my NG Solution I have the simplest relationship possible: addresses_to_locations ( add_id = loc_add_id).
My form (list view) is based on table addresses with a tab-panel with the related locations. When I debug it shows all locations in all addresses.
I have the same form in a “normal” solution and when I use the NG debugger it works perfectly.
What am I doing wrong?
Cheers
Irene
What doesn’t work as you expect?
Hi Irene,
irene.meyer1422261887:
When I debug it shows all locations in all addresses.
Can you check in your developer if you indeed have a relation set on this tab?
It can happen sometimes that the relation doesn’t get set even though you selected it.
Hope this helps.
Hi Patrik and Robert,
I’m sorry for the late reply, busy life = confused head
.
Robert, you’r right, somehow my relation disappeared.
Thank you both for helping.