Project

General

Profile

Actions

Bug #98178

closed

Form EmailFinisher overrides for recipients with TypoScript not possible

Added by Gerrit Mohrmann over 1 year ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2022-08-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #90728: Migrate FinisherTask to FluidEmailClosed2020-03-10

Actions
Actions #1

Updated by Gerrit Code Review over 1 year 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

Actions #2

Updated by Oliver Hader over 1 year ago

  • Related to Bug #97463: Administration Log increased with Warnings form EmailFinisher.php -L337 added
Actions #3

Updated by Oliver Hader over 1 year ago

  • Related to deleted (Bug #97463: Administration Log increased with Warnings form EmailFinisher.php -L337)
Actions #4

Updated by Oliver Hader over 1 year ago

  • Related to Task #90728: Migrate FinisherTask to FluidEmail added
Actions #6

Updated by Gerrit Code Review over 1 year 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

Actions #7

Updated by Gerrit Code Review over 1 year 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

Actions #8

Updated by Johannes Seipelt over 1 year 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.

Actions #9

Updated by Gerrit Code Review about 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

Actions #10

Updated by Gerrit Code Review 10 months 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

Actions #11

Updated by Gerrit Code Review 10 months 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

Actions #12

Updated by Gerrit Code Review 10 months 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

Actions #13

Updated by Gerrit Code Review 10 months 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

Actions #14

Updated by Anonymous 10 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF