Actions
Bug #54093
closed'l10n_display' => 'defaultAsReadonly' not working with mm table
Start date:
2013-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hey folks,
in my TCA I have a field of type select with an mm relation.
I am using 'l10n_mode' => 'exclude' and 'l10n_display' => 'defaultAsReadonly' and I would expect to see all the relations of the original record in my translated one, too.
Instead I get only one entry in the select field. Exactly that one with the id of how many relations are in the original record.
This is propably because the mm relation is not resolved in the translated record, but the value of the mm-field of the original record is taken (which is the count of relations).
For now i am not using l10n_display anymore, only l10n_mode.
Thanks and regards,
Thomas
Files
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Georg Ringer over 4 years ago
- File Bildschirmfoto 2020-03-17 um 14.20.05.png Bildschirmfoto 2020-03-17 um 14.20.05.png added
- Status changed from New to Closed
see screenshot, working now
Updated by alejandro antolinez over 4 years ago
- Related to Bug #91852: 'l10n_display' => 'defaultAsReadonly' not working with mm table added
Actions