Project

General

Profile

Bug #96531

Updated by Oliver Hader over 2 years ago

tt_content,  
 CType uploads,  
 field: media 

 When translating a content element of type "File Links" (uploads) the files of the default language are grayed out and not possible to edit or translate. New file references can be created for the translated record, but the default language files continue to be visible/grayed out (see screenshot). 

 This field should have "allowLanguageSynchronization" enabled by default: 

 <pre> 
 $GLOBALS['TCA']['tt_content']['columns']['media']['config']['behaviour']['allowLanguageSynchronization'] = true; 
 </pre> 

 !gdk_uploads.jpg!

Back