Actions
Bug #92643
closedFix FAL meta data extraction priorities
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Meta data extraction interface defines getPriority and getExecutionPriority, where the first is defined as "data priority" in the annotation.
The latter is never evaluated, but is important to respect when one extractor needs some data from a previously executed one to successfully do its job.
Also currently extractors with the same data priority are not able to both provide (same or different) meta data, because the only data from that last executed one is respected.
Actions