Actions
Bug #78428
closedWrong conjunction in convertQueryToDoctrineQueryBuilder
Start date:
2016-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The where clause is in my case always concatenated by AND conjunctions
Howto reproduce:
Extension tx_news with listAction and select multiple categories with OR conjunction
It has to show all news with cat1 or cat2 or cat3 but the result is empty because of chaining with AND
Actions