Bug #98178
closedForm EmailFinisher overrides for recipients with TypoScript not possible
100%
Description
In TYPO3 10 it was possible setting the recipients dynamical with a little Typoscript:
recipients.0 = TEXT
recipients.0 {
value = email@example.org
override {
data = gp:tx_form_formframework|contact-8|recipient
intval = 1
wrap = {DB:fe_groups:|:description}
insertData = 1
}
}
In TYPO3 11 the recipients needs to be an array key => value combination. How should this be done with Typoscript?
These simple syntax is not working:
recipients.email@example\.org = E-Mail name
How set a Typoscript object path dynamically?
I think it needs to be re-introduced that the recipients can be defined with numbered array keys.
Updated by Gerrit Code Review over 2 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/+/75526
Updated by Oliver Hader about 2 years ago
- Related to Bug #97463: Administration Log increased with Warnings form EmailFinisher.php -L337 added
Updated by Oliver Hader about 2 years ago
- Related to deleted (Bug #97463: Administration Log increased with Warnings form EmailFinisher.php -L337)
Updated by Oliver Hader about 2 years ago
- Related to Task #90728: Migrate FinisherTask to FluidEmail added
Updated by Gerrit Code Review about 2 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/+/75526
Updated by Gerrit Code Review about 2 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/+/75526
Updated by Johannes Seipelt almost 2 years ago
this broke all forms in a project which relied heavy on setting recipients with env values by using typoscript to override the recipient with those env values.
A fix would be appreciated, or a documented breaking change and workaround.
Updated by Gerrit Code Review over 1 year ago
Patch set 4 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/+/75526
Updated by Gerrit Code Review over 1 year ago
Patch set 5 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/+/75526
Updated by Gerrit Code Review over 1 year ago
Patch set 6 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/+/75526
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79868
Updated by Gerrit Code Review over 1 year 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/+/79869
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9ab0df8ac860cf19e2b30121d6bcef0ec2e5056d.