Project

General

Profile

Actions

Bug #85934

closed

DatabaseQueryProcessor - doesn't respect the translation config

Added by Tanel Põld over 5 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2018-08-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Not sure, bug or a missing feature...

Using DatabaseQueryProcessor seems not to respect the translation config.
It shows pages in original language if translation does not exist.

Config:

config.sys_language_mode = strict
config.sys_language_overlay = hideNonTranslated

TypoScript:

dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
dataProcessing.10 {
    table = pages
    pidInList.field = pages
    as = pages
}

In the very same setup TYPO3\CMS\Frontend\DataProcessing\MenuProcessor works as expected and hides pages with no translations.


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