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
Using the same global id in two different entities, even when they are not parent-children, does not work in v1.x. It gives an error on merging for this code:
Using the same global id in two different entities, even when they are not parent-children, does not work in v1.x. It gives an error on merging for this code:
Error is
Unacceptable type of value for to-one relationship: property = "..."; desired type = AnEntity; given type = AnotherEntity; value = ...
Suspicious code is
The text was updated successfully, but these errors were encountered: