Actions
Bug #86053
closedFileBrowser doesn't pass current pid/table/field to getDefaultUploadFolder()
Start date:
2018-08-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a hook inside `getDefaultUploadFolder()` that passes the `pid`, `table` and `field` so extensions registered to this hook can determine the correct default folder.
But in the fileBrowser these are currently not passed through.
Actions