[BUGFIX] Enable ContextMenu for file mounts and file storages again
The custom ContextMenu ItemProviders for sys_filemounts and sys_file_storage are removed as they never worked, because they extended the FileProvider, which uses the combined identifier as record identifier instead of the records uid. Also their $itemsConfiguration does not make any sense. In the end, there is no reason to treat those record types differently than the rest. Resolves: #90921 Releases: master, 10.4 Change-Id: Ifd24755455d75d781a7caefa808a8b87318ca487 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69800 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/TypeScript/filelist/Resources/Public/TypeScript/ContextMenuActions.ts 0 additions, 8 deletions...ilelist/Resources/Public/TypeScript/ContextMenuActions.ts
- typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php 1 addition, 1 deletion...kend/Classes/ContextMenu/ItemProviders/RecordProvider.php
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.php 0 additions, 83 deletions...Classes/ContextMenu/ItemProviders/FileStorageProvider.php
- typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FilemountsProvider.php 0 additions, 57 deletions.../Classes/ContextMenu/ItemProviders/FilemountsProvider.php
- typo3/sysext/filelist/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 1 deletion...ilelist/Resources/Public/JavaScript/ContextMenuActions.js
- typo3/sysext/filelist/ext_localconf.php 0 additions, 2 deletionstypo3/sysext/filelist/ext_localconf.php
- typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php 1 addition, 2 deletionstypo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php
Please register or sign in to comment