Bug #103867
openOverride finisher settings override array value with empty string
0%
Description
1. Create a form with an email finisher and define one or more default recipients
2. Insert the form and submit it. Works fine.
3. Override the recipients by using the "Override finisher settings" option.
4. Submit the form. Works fine.
5. Remove the overriden recipients again, but keep "Override finisher settings" enabled, as there are more settings to be overriden.
6. Submit the form. This results in an error `The option "recipients" must be set for the EmailFinisher.`.
This is because the empty recipient override is processed and returns an empty string, which is then written into the final finisher configuration. This way, the empty receiver list overrides the default receiver list.
Updated by Gerrit Code Review 6 months 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/+/84335
Updated by Gerrit Code Review 6 months 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/+/84335
Updated by Gerrit Code Review 6 months 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/+/84335
Updated by Gerrit Code Review 6 months 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/+/84335
Updated by Gerrit Code Review about 1 month 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/+/84335