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.
Updated by Bastian Bringenberg over 5 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 9
Moved to right projects. Guessed TYPO3 Version 9.
Updated by Rainer Roskothen over 5 years ago
- Subject changed from Language overlay in DatabaseQueryProcessor I to Language overlay in DatabaseQueryProcessor (Close this issue please)
- Private changed from No to Yes
Updated by Rainer Roskothen over 5 years ago
- Subject changed from Language overlay in DatabaseQueryProcessor (Close this issue please) to Language overlay in DatabaseQueryProcessor
- Description updated (diff)
- Category set to Localization
- Private changed from Yes to No
Updated by Christian Kuhn over 4 years ago
- Related to Bug #85284: Workspace shows unchecked sectionIndex in preview added
Updated by Christian Kuhn over 4 years ago
See #85284 comment #5 for an explanation of the root cause of this issue. At the moment this is hard to solve in a good way in core and needs to be worked around somehow.
Actions