I have a function that in entity C’s edit screen, I am trying to get a collection of entity A, the relationship between A and C is
A.B.C = C
When I was in cuba 6.x, it works fine.
When I upgraded to cuba 7.x, it didn’t have any errors, but the groupTable didn’t show anything.
I changed eclipselink.sql log level to trace, got the sql from the log file and executed in mysql and the result contained many rows. But in the web browser network, i got a hollow result. There are also no restrictions in the group.
How can I debug this question?
By the way, if I select A collection without the where condition (where A.B.C = :ds$C), I will see the result in cuba 7.x.