Project

General

Profile

Actions

Bug #82627

closed

Add support for t3://folder syntax to FileCollector

Added by Jigal van Hemert over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-10-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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.

Actions

Also available in: Atom PDF