Bug #96455
closedSelected options in e.g. dropdown fields aren't translated in the mail finisher
100%
Description
Currently we have the situation, that translated fields with options are not translated in the mail finisher.
Given a typical salutation dropdown field with Mrs, Mr and Mx and a German translation Frau, Herr and divers.
In the English mail IS (correctly) written:
Salutation: Mx
In the German mail IS incorrectly written:
Anrede: Mx
In the German mail SHOULD be written:
Anrede: divers
This regression was introduced in TYPO3 11.3 with Change-Id: I7546fedf79656561369008765b303cfb9af246d0 during a phpstan run.
https://github.com/TYPO3-CMS/form/commit/259385250920f0ff9d1f33125f45f2b50e9a893b
It's clear, that the part ```$properties['options'] =``` is a leftover from this patch an needs to be adjusted too.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72855
Updated by Christian Kuhn almost 3 years ago
- Related to Task #93979: Update phpstan to 0.12.84 added
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72855
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72855
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72859
Updated by Jan Helke almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f91b748c1d53a6c5001f3ebe6d5a3af806b86596.