Bug #82627
closedAdd support for t3://folder syntax to FileCollector
100%
Description
\TYPO3\CMS\Frontend\Resource\FileCollector::addFilesFromFolder() does not support the t3://folder syntax for the folderIdentifier
This affects both \TYPO3\CMS\Frontend\ContentObject\FilesContentObject and \TYPO3\CMS\Frontend\DataProcessing\FilesProcessor.
The latter can be tested with Dataprocessing in TS:
dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor 10 { folders = t3://folder?storage=1&identifier=%2Fpath%2Fto%2Ffolder%2F sorting = name as = files } ... }
Currently this gives an exception that "t3" is not a valid identifier for a storage.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54249
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54250
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54250
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54314
Updated by Jigal van Hemert about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a42d482784a3abccd660f9cd953ff6d74fa302f1.