Actions
Bug #92781
closedPlaceholders not working in multiple recipient keys/addresses
Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
Start date:
2020-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With #80420 multiple recipients are possible in forms. However, placeholders like {email}
are not supported anymore like they used to be for the old single options.
Before:
finishers:
-
identifier: EmailToReceiver
options:
recipientAddress: '{email}'
recipientName: 'To Example'
After, not working:
finishers:
-
identifier: EmailToReceiver
options:
recipients:
'{email}': 'To Example'
Updated by Mathias Brodala about 4 years ago
- Related to Feature #80420: Allow multiple recipients in EmailFinisher added
Updated by Mathias Brodala about 4 years ago
- Is duplicate of Bug #88550: EXT:form: It's not possible to set the value for reply-to dynamically added
Updated by Mathias Brodala about 4 years ago
- Status changed from New to Closed
This has been fixed with #88550 already.
Actions