Project

General

Profile

Bug #104630

Updated by jku jku 3 months ago

There is a new configuration option in User TsConfig to configure shown buttons at module file_list since v12.0. 

 The options listed in changlog entry [1] and at the documentation [2] are wrong. 

 options.file_list.primaryActions 

 *Wrong:* 
 view,metadata,translations,copy,cut,delete 

 *That would be right:* 
 view,metadata,copy,cut,delete,replace,rename,download,edit,info,upload view,metadata,copy,cut,delete,replace,rename,download,edit,info 




 [1] https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-97821-OptionToConfigurePrimaryActionsInFileList.html 
 [2] https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/UserTsconfig/Options.html#file-list-primaryactions

Back