Actions
Bug #92304
closedMissing translation language option in EmailToSender
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The EmailToSender finisher is missing the "translation.language" field. As the translation language can't be adjusted and TranslationService is a singleton, the language defined in EmailToReceiver (if defined before EmailToSender) is also used for EmailToSender without any possibility to override this.
This option is however already documented here: https://docs.typo3.org/c/typo3/cms-form/10.4/en-us/I/Config/proto/finishersDefinition/finishers/EmailToSender.html?highlight=language#options-translation-language
Actions