Bug #96023
closedEnabeling settings.overrideFinishers in form plugin results in PHP Warning: Undefined array key "translation.language" in frontend
100%
Description
With php 8 I am getting an PHP Warning: Undefined array key "translation.language" whene the settings.overrideFinishers is set in the form plugin
Here is a sample of the form definition that causes the problem
... finishers: - identifier: EmailToReceiver options: subject: 'New contact: {subject}' recipients: admin@company.ch: 'Company name' senderAddress: '{email}' senderName: '{name}' replyToRecipients: { } carbonCopyRecipients: { } blindCarbonCopyRecipients: { } format: 'html' attachUploads: 'true' translation: language: '' useFluidEmail: 'true' title: 'New contact from the website' ...
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72225
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72225
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72225
Updated by Gerrit Code Review about 3 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/+/72127
Updated by Anonymous about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90cca745bdbcd0910b4a85e49a03575d63eb2e45.