Skip to content
Snippets Groups Projects
Commit d34c1b90 authored by Elias Häußler's avatar Elias Häußler :bug: Committed by waldhacker
Browse files

[FEATURE] Skip translation of overridden form finisher options

If form finisher options are overridden via FlexForm, they must not
be translated by the TranslationService. Otherwise, they would probably
be overridden again by a localization from a translation file.

A new translation option "propertiesExcludedFromTranslation" has been
introduced to achieve this, skipping all those finisher options whose
option value has been changed by a FlexForm. The translation option is
only respected in `TranslationService::translateFinisherOption()`.

Resolves: #90919
Releases: main
Change-Id: Ia7ba11504f8634a8220cdbfe52c5b02140656765
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73683


Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarwaldhacker <hello@waldhacker.dev>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarwaldhacker <hello@waldhacker.dev>
parent 3e5c0604
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment