Task #98415
closedAllow arbitrary number of arguments for logicalAnd / logicalOr
100%
Description
With #96044 the signatures of the query method logicalAnd
and logicalOr
now require at least to parameters.
This is very inconvenient for developers as all existing extensions need to be updated for this fact.
Let's avoid this waste of life time and handle cases with not enough parameters in Core.
Due to the limitations of Extbase Query infrastructure, we need to add dummy conditions based on uid
.
Updated by Markus Klein about 2 years ago
- Related to Task #96044: Harden method signature of logicalAnd and logicalOr added
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75836
Updated by Gerrit Code Review about 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75836
Updated by Markus Klein about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 42a7949c423ca674c6d817e096cc18111572f7b9.