Project

General

Profile

Bug #93572

Updated by Marc Wilhelmi about 3 years ago

*Problem:* 
 While translating an element to multiple languages at the same time, the inline records will multiplicate. 
 It does not happen with every record, but it can be reproduced in any case with 8 languages. 

 *Testcase:*  

 # Use a fresh TYPO3 9.5.x or 10.4.x installation. 
 # create 8 new Languages 
 # create a new page and translate it to all languages (one at a time) 
 # create a new record with an image or child elements (e.g. a _gridelement_ as parent and _text_ as child)  
 # click, in the _list module_ , all translation flags of the records fast with the middle mouse button (open in new tab)  
 # check the new translation records 

 Sometimes the following error happens:  
 <pre> 
 Localization failed; Source record sys_file_reference:3131 contained a reference to an original record that is not a default record (which is strange)!  
 </pre> 

 Tested with a Gridelement and a text & media element as child -> Translation of the gridelement got one to four children 
 Tested with a text & media element and an image -> Translations of the element have one to four images 

 I know this is an edge case, but it should not occur like this.

Back