Actions
Bug #58511
closedaddUnionStatement does not respect MM_match_fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
it seems that we have another part in persistence of extbase where MM_match_fields was not implemented.
I have added a query like that:
$query->equals('categories.uid', $category);
Because of the dot inside parseOperand() calls method addUnionStatement and here we have to add MM_match_fields, too.
Stefan
Actions