Project

General

Profile

Bug #89181

Updated by Sybille Peters almost 2 years ago

h2. Scenario 

 * textmedia record is created in default language (uid=1) 
 * on translated page ("free mode") a shortcut (uid=2) is inserted with language 1, which points to record of default language (uid=1) 

 <pre> 
 default language | translation 
 ---------------- | ----------- 
 textmedia (uid=1)| shortcut (uid=2) 
 </pre>  

 h2. Expected result 

 record should be displayed (once) in FE for page in default language and for page in translation. 

 h2. Actual result (updated, tested in TYPO3 version 11) 

 Backend:  

 It is possible to created the shortcut ("Insert records") on the translated page and use the CE on the default page 

 Frontend:  

 The page with the default translation looks ok. On the translated page, the CE is not displayed. 


 h2. Additional considerations 

 This used to work in TYPO3 8. No longer works in 9, meaning on the translated page, nothing is displayed. 

 Not sure if this is now a bug or if it is correct that the element is not displayed.  

 h2. version 

 TYPO3 9.5.9 

Back