Bug #94106
closedUnable to save form after variant for EmailToReceiver is added
100%
Description
After creating a variant for the mail finisher, the form is not editable in the backend, but works fine in the frontend.
How to reproduce:- Create a new TYPO3 10.x instance (composer create-project "typo3/cms-base-distribution:^10.4" my-new-project)
- Add the form definition to fileadmin/form_definitions
- Open the form in the backend with the Forms module and press save.
- The following error is displayed: Bug_1.png
The form definition file is attached (conditionalform.form.yaml).
Kind regards
Gerald
Files
Updated by Gerald Jelitto over 3 years ago
- File deleted (
conditionalform.form.yaml)
Updated by Gerald Jelitto over 3 years ago
Updated by Elias Häußler over 2 years ago
- Has duplicate Bug #97235: Exception when adding variant with recipients label to form yaml added
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/+/75000
Updated by Oliver Hader over 2 years ago
I was able to reproduce the misbehavior for finisher variants like the following (on top level of a form definition):
variants: - identifier: variant-finishers-1 condition: 'formValues["radiobutton-1"] == "aa"' finishers: - options: subject: '{subject}' senderAddress: '{email}' senderName: '{fullname}' replyToRecipients: '{email}': '' format: html attachUploads: true recipients: aa@aa.h1d3.de: AA identifier: EmailToReceiver - identifier: variant-finishers-2 condition: 'formValues["radiobutton-1"] == "bb"' finishers: - options: subject: '{subject}' senderAddress: '{email}' senderName: '{fullname}' replyToRecipients: '{email}': '' format: html attachUploads: true recipients: bb@aa.h1d3.de: BB identifier: EmailToReceiver
Updated by Gerrit Code Review over 2 years ago
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/+/75009
Updated by Gerrit Code Review over 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/+/75009
Updated by Gerrit Code Review over 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/+/75009
Updated by Gerrit Code Review about 2 years 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/+/75009
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 10.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/+/76164
Updated by Gerrit Code Review about 2 years 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/+/76165
Updated by Oliver Hader about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a7fa140e125211316e4c81595cabdf65e9ccde4.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed