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
Hi ;
I come with a really annoying bug :
using has() function with nested relations, involving M:M relation, sometimes it does not fetch the expected data.
BTW, I never achieved to rename M:M virtual fields : if they are not named as the FK in the pivot table, I can't make it work.
maybe you can show my on this little code !
Thanks.
The text was updated successfully, but these errors were encountered:
Hi ;
I come with a really annoying bug :
using has() function with nested relations, involving M:M relation, sometimes it does not fetch the expected data.
I build a very small project to show you the problem : https://github.com/olaulau/cortex_bug
The bug only happens when A.id = B.id .
BTW, I never achieved to rename M:M virtual fields : if they are not named as the FK in the pivot table, I can't make it work.
maybe you can show my on this little code !
Thanks.
The text was updated successfully, but these errors were encountered: