Bug #41725
closedElement browser does not respect set file extensions
100%
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.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Gerrit Code Review about 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Gerrit Code Review about 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Gerrit Code Review about 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15405
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d4a90959fa37adf3b0180721d3bcfbd306105bfd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed