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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Currently a subcollection is queried by the model name and not the relationship name:
Would call findHasMany and look for the subcollection
outlineItemsunder theideacollection. This is an issue, because what if I wanted to do:It would not work, because both would get the same items. So the subcollection should be based on the name of the relationship instead.