Actions
Bug #61674
closedExtbase doesn't handle collection translations properly
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2014-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello there,
I've experienced several times that Extbase would fail to translate collections and even relations to other objects.
I was not yet able to find out how to fix it but here is a way to reproduce it:
- Create a new extension (or use an existing one) with an Entity A with a relation to Entity B
- Create a new entry for B (B1) and translate it to i.e. french
- Create a new entry for A (A1) and make a relation to B1
- Translate A to french
- Display A1 and the name of B1 in default language (this will work fine)
- Display A1 and the name of B1 in french and it will fail
- Display A1 and the uid of B1 in french and you will see nothing
This leads me to think, that the translation isn't done properly or that the request before the translation already contains the sys_language_uid.
Actions