Project

General

Profile

Actions

Bug #45212

closed

No localization of MM select fields

Added by dtele Programmierer over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2013-02-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Using the TCA field type "select" with an MM table prevents values to be properly mapped upon localization of the whole record.

This works fine for non-MM relations via foreign_field and even with IRRE. However, the processing in t3lib_TCEmain::copyRecord_procBasedOnFieldType simply transfers the original values to the localized copy.

If you use something like <foreign_table>.sys_language_uid IN (-1, 0) in your foreign_table_where, you at least see the original values afterwards. But the preferred display would be achieved via <foreign_table>.sys_language_uid = ###REC_FIELD_sys_language_uid###. Only this way foreign records with the same language as the local record are displayed.

There should be extra processing which takes into account possible translations of foreign records referred in such a field.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #51651: Translated record shows title of relation in default languageClosed2013-09-02

Actions
Related to TYPO3 Core - Bug #70522: processSelectFieldValue needs to happen before any processForeignTableClause is calledClosed2015-10-09

Actions
Actions

Also available in: Atom PDF