Actions
Task #98415
closedAllow arbitrary number of arguments for logicalAnd / logicalOr
Start date:
2022-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
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
.
Actions