Actions
Bug #104630
closedWrong documentation for options.file_list.primaryActions
Start date:
2024-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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
[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
Actions