Project

General

Profile

Bug #69999

Updated by Riccardo De Contardi about 7 years ago


 Language Mode: Strict 
 TYPO3 6.2(.14) 

 Tried: 
 1. Create a new page 
 1.1 Create a content element in default language 
 1.2 Content element is visible in frontend 

 2. Translate page to second language 
 2.1 Created a CE in the second language without relation to a CE in the default language 
 2.2 *CE not visible in the second language* 

 3. Clicked "copy default content element" 
 3.1 *CE is visible in the second language* 
 3.2 Disabled the original CE in the default language 
 3.3 CE from default language and the copy of it in the second language not visible - but only the CE in the default language is disabled. 

 4. Create a new page 
 4.1 Translated page to a second language 
 4.2 Edit page and disabled "Hide default translation of page" 
 4.3 Create a CE in the second language 
 4.4 CE in the second language is disabled (bug) - the default language page show a 404 (not a bug) 
 4.5 Create a CE in the default language (not visible in the FE), translate it to the second language 
 4.6 Now is the CE in the second language visible - but its to complicated and a bug! 

 So after all tests, we can say:  
 You cant create CE without have a original one in the default language. 
 You must create a CE (can be empty) in the default language, to display CE in the second language. 
 When the CE in the second language didn't have a original CE in the default language, it will be not showed. 

 It must be possible to create CE only for a (non default) language. 

 Maybe related to https://forge.typo3.org/issues/48673

Back