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
We have an entity, qCompetitionSeasonDivision that translates to 'settings for this sports program (competition) for this division for this season' and a relationship where we want to see how many people have registered for that program in that division in that season.
Using a scope with .withCount() causes arrayZipEach() to throw The arrays do not have the same length [[4,2]].
We have an entity,
qCompetitionSeasonDivision
that translates to 'settings for this sports program (competition) for this division for this season' and a relationship where we want to see how many people have registered for that program in that division in that season.Using a scope with
.withCount()
causesarrayZipEach()
to throwThe arrays do not have the same length [[4,2]]
.Stripped down entity and relationships:
The intermediary entity:
The following scope throws the error:
Stack trace:
The text was updated successfully, but these errors were encountered: