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
Other bug: when serializing a Post, and including comments, comments.post, comments.post.author, the author relationship of the primary post does not get populated, though comments.post refers to the primary post.
More generally, I believe there is an undefined behavior when a related resource can be reached via multiple relationship paths.
The text was updated successfully, but these errors were encountered:
@ababich I believe your are referring to a different issue (namely that of full-linkage being incidentally broken by relationships' include data being omitted).
Other bug: when serializing a
Post
, and includingcomments, comments.post, comments.post.author
, theauthor
relationship of the primary post does not get populated, thoughcomments.post
refers to the primary post.More generally, I believe there is an undefined behavior when a related resource can be reached via multiple relationship paths.
The text was updated successfully, but these errors were encountered: