Actions
Bug #85786
closedMetadata of files in non-local storages not fetched
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2018-08-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method `MetaDataRepository::findByFile()` is only capable to enrich the metadata record if the file belongs to a driver of type "Local".
This is an issue for any file whose origin is a custom FAL driver, adding metadata "on demand" is only possible with abusing signals emitted by FAL.
Actions