Actions
Bug #99118
closedAdd Event to FileBrowser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2022-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
there is a method called "fileIsSelectableInFileList" in "/typo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php" which just returns "true". There is also a hint "This method may be overwritten in child classes".
Currently, I have overwritten this class in jwtools2, but it can be overwritten only once. If another extension needs modifications in this file we have a conflict.
Can you please add an Event to method "fileIsSelectableInFileList"? So no XClass will be needed anymore.
Nice greetings
Stefan
Actions