Actions
Bug #54025
closedFix usage of file filter in ElementBrowser->TBE_expandFolder()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The getFiles() method of a folder does not seem to accept a list of allowed extensions any more.
But this is the way it is currently used in ElementBrowser->TBE_expandFolder()
.
Instead there is a method setFileAndFolderNameFilters() that can be used to filter out file extensions.
The ElementBrowser code needs to be updated.
Actions