Skip to content
Snippets Groups Projects
Commit 9d1fa5fd authored by Benjamin Kott's avatar Benjamin Kott Committed by Benjamin Franzke
Browse files

[BUGFIX] Correct fetching of extension form definitions

The `retrieveYamlFilesFromExtensionFolders` function returned
the full path to the form configuration as key and the filename
as value. The filename used to `loadMetaData` that resulted in
that the file could not be found because it expects to get the
full path here.

We are adapting retrieveYamlFilesFromExtensionFolders so
we only work on the values returned from that array to avoid
confusions or misshaps like this in the future.

Resolves: #101767
Releases: main
Change-Id: If1b58eae8da7fd5ac913a6a89cfd0aa889a200ef
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80709


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
parent 980203f1
Branches
Tags
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