Actions
Bug #88071
openLanguage overlay in DatabaseQueryProcessor
Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2019-04-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
nightmare
Is Regression:
Sprint Focus:
Description
I have a page with two languages (0 = english, 1 = german). I use the following DatabaseQueryProcessor:
10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
10 {
table = tt_content
selectFields = header, subheader
pidInList.field = uid
as = elements
}
If an english content element is hidden, than the german non-hidden element don't show up.
Actions