Bug #88072
openLanguage overlay in DatabaseQueryProcessor
0%
Description
I have a page with two languages (0 = english, 1 = german). All categories are set to "All languages". The categories are used on Pages or/and Content Elements
10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
10 {
table = sys_category
selectFields = uid
pidInList = 3
join = sys_category_record_mm ON sys_category.uid = sys_category_record_mm.uid_local
where = (tablenames = 'tt_content' AND sys_category_record_mm.uid_foreign = {field:uid})
where.insertData = 1
as = cats
}
On the default page I get an array of the selected categories. On the german page the query on the database gets the right selected categories but the result gets afterwards killed by the language overlay resulting in an empty array for the german page.
Using "languageField = 0" has only effect on default language.
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 II to Language overlay in DatabaseQueryProcessor
- Description updated (diff)
Updated by Susanne Moog almost 5 years ago
- Sprint Focus set to On Location Sprint
Updated by Lidia Demin over 3 years ago
Can confirm this on TYPO3 9.5.26. Can somebody tell me, if this behavior was fixed in version 10?
Updated by Oliver Hader about 2 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Nikita Hovratov 7 months ago
- Related to Bug #85284: Workspace shows unchecked sectionIndex in preview added