Actions
Bug #41725
closedElement browser does not respect set file extensions
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The element browser tries to call the getFiles() method of Folder with a file extension list. This will however not work as the API does not allow this case. Instead, we need an API in Folder to set and use file/folder name filters.
The relevant call comes from TYPO3\CMS\Recordlist\Browser\ElementBrowser::TBE_expandFolder()
, but there might be more places where this behaviour can be observed.
Actions