Project

General

Profile

Actions

Bug #69906

closed

Translated categories can not be (re-)assigned to original record in listview

Added by Esben Leonhard over 8 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Categorization API
Start date:
2015-09-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The select field, l10n_parent, in a translated category record contains only one (if any) record due to wrong TCA configuration.

Line 73 in \typo3_src-6.2.15\typo3\sysext\core\Configuration\TCA\sys_category.php:

'foreign_table_where' => 'AND sys_category.uid=###REC_FIELD_l10n_parent### AND sys_category.sys_language_uid IN (-1,0)'

Might have been:

'foreign_table_where' => 'AND sys_category.parent=###REC_FIELD_parent### AND sys_category.sys_language_uid IN (-1,0)'


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #92863: TCA change for sys_file_reference l10n_parent kills performanceClosed2020-11-17

Actions
Related to TYPO3 Core - Bug #92873: Regression: Image on translated page not shown anymoreNewTymoteusz Motylewski2020-11-19

Actions
Actions

Also available in: Atom PDF