Skip to content
Snippets Groups Projects
Commit 4e589ba2 authored by Helmut Hummel's avatar Helmut Hummel Committed by Benni Mack
Browse files

[BUGFIX] Fix FAL meta data extraction priorities

File meta data extractors have to provide an execution priority and a
data priority. The execution priority, which was previously ignored, is
now respected and extractors are ordered accordingly in
ExtractorRegistry.

Extractors with the same data priority can now provide data, while the
data was overwritten previously.

ExtractorRegistry::getExtractorsWithDriverSupport now returns a flat
array of extractors again, not a nested one like introduced in #64942,
just like annotated.

Because this fix might change the order of the execution of extractors,
it can be considered slightly breaking, thus TYPO3 11.5 is not targeted.

Related: #64942
Related: #56727
Resolves: #92643
Releases: main
Change-Id: I2a54709ba8a389e668b37e6003695ba3316968eb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66232


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 7f223acb
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment