Actions
Bug #82715
closedForm framework: Use runtime values in localized subject
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-10-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
It seems there is currently no way to use a runtime value `{field_name}` within a translated subject.
Example:
finishers:
-
options:
subject: 'Your job application: {vacancy}'
identifier: EmailToReceiver
-
I'm not able to change this using something similar to
<trans-unit id="job-application.finisher.EmailToReceiver.subject">
<target>Ihre Bewerbung: {vacancy}</target>
</trans-unit>
Actions