Project

General

Profile

Actions

Bug #61674

closed

Extbase doesn't handle collection translations properly

Added by Tizian Schmidlin almost 10 years ago. Updated over 5 years ago.

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:

  1. Create a new extension (or use an existing one) with an Entity A with a relation to Entity B
  2. Create a new entry for B (B1) and translate it to i.e. french
  3. Create a new entry for A (A1) and make a relation to B1
  4. Translate A to french
  5. Display A1 and the name of B1 in default language (this will work fine)
  6. Display A1 and the name of B1 in french and it will fail
  7. 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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #62155: IRRE at localized records not working properly with Extbase/Fluid Rejected2014-10-10

Actions
Actions

Also available in: Atom PDF