Actions
Bug #69906
closedTranslated categories can not be (re-)assigned to original record in listview
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Categorization API
Target version:
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)'
Actions