Actions
Feature #68738
openFilesContentObject & FilesProcessor (therefore FileCollector) should have an option to filter files (e.g. by extension)
Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-08-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
It would be good to have the possibility to filter files in the FilesContentObject and FilesProcessor.
e.g. if I include all files from a folder but am only interested in .pdf files in it or only images, it would be nice to filter by extension.
Of course, in such cases one would assume only correct files are placed inside the folder but just because that is usually the case, doesn't mean it always is.
This has to be done before rendering because otherwise e.g. count values could be wrong.
Actions