Project

General

Profile

Feature #96893

Updated by cosmoblonde GmbH about 2 years ago

Hi, 

 we have a multilanguage website and some contents only exist in a language that's not the base language (having sys_language_uid > 0). 

 We have now the case, that the base language version of those contents (sys_language_uid = 0) might be created later and gets manually connected to the original content element via the Transl.Orig option. 

 The problem arises if we have relations in both content elements that have no l10n relationship. The relations are deleted in the content element having sys_language_uid > 0. 

 With the radio option: Translation behavior > "Custom value" instead of "Value of default language" this problem could easily be fixed, but I can see no TCA configuration option to define "Custom value" as a default. It always uses "Value of default language", which then can be changed but at this point it is already to late to preserve my relations. 

 Therefore I would like to suggest to extend the TCA options by the feature, to define which default "Translation behavior" should get. 


 How to reproduce this problem: 
 In my example, this problem arises with news using content elements. 
 The base language is German (ID 0) and the 2nd language is English. 
 If my english news record contains content elements and is manually connected to a german news parent record having also content elements, my english content elements are set to deleted=1. deleted=0. 
 If Translation behavior > "Custom value" would be set, this error could be prevented. 


 Thanks for checking!

Back