neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
137 stars 189 forks source link

BUGFIX: Fix count for query across OneToMany joins #3345

Closed tvt closed 4 months ago

tvt commented 5 months ago

The Query->count now returns the correct count when a criterion is added on a OneToMany relation.

Review instructions

The problem is described in details in #3331. Same as PR #3342, but this time against the correct branch.

Checklist

tvt commented 5 months ago

Did you get around to testing it @Sebobo?

tvt commented 4 months ago

Is anything else needed from me to get this merged?