Bug #78428
closedWrong conjunction in convertQueryToDoctrineQueryBuilder
100%
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
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50368
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50368
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50368
Updated by Gerrit Mohrmann about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8a2a85ed437466af0b959812d9489dcd2bb42966.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed