Skip to content
Snippets Groups Projects
Commit 0c34cdf1 authored by Benni Mack's avatar Benni Mack Committed by Susanne Moog
Browse files

[BUGFIX] Properly trimExplode allowed file extensions in IRRE / FAL

When a custom FAL / sys_file_reference inline element is registered, and
there are custom allowed file extensions, the property "elementBrowserAllowed"
is not properly run through "GeneralUtility::trimExplode()", however, all other
places do this properly.

The changes moves the trimExplode to the correct place, so uploading
of files directly in FormEngine works properly.

Resolves: #89540
Releases: master, 9.5
Change-Id: I9a486f8c932078629761bd86cc1d9455120fc7a5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62155


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent e907140f
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