Bug #90919
Overridden subject in EmailFinisher not used
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
The default subject of an email form finisher is defined in a locallang.xlf file and thereby localizable:
<trans-unit id="<formIdentifier>.finisher.EmailToReceiver.subject">
<source><![CDATA[Some subject]]></source>
</trans-unit>
Now the subject is overridden in the form plugin:
When sending the form, the subject of the email is still "Some subject" instead of "Another subject".
Files