Skip to content
Commit 84fb7611 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Prevent array to string conversion in BackendUtility

The value of an `label_alt` field might be
an array, e.g. for TCA type `select` fields.

Those values must not be formatted as this
is done by `BU::getProcessedValue()` after
resolving the correct record relation.

Resolves: #103838
Releases: main, 12.4
Change-Id: Ibfec36d2df94661fde2d82eb60bb2736205d17c3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84334


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: Johannes Schlier
Tested-by: Johannes Schlier
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 08d08fe1
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