Project

General

Profile

Actions

Bug #88072

open

Language overlay in DatabaseQueryProcessor

Added by Rainer Roskothen about 5 years ago. Updated over 1 year ago.

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:
Is Regression:
Sprint Focus:

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.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #85284: Workspace shows unchecked sectionIndex in previewNew2018-06-15

Actions
Actions

Also available in: Atom PDF