Actions
Bug #96023
closedEnabeling settings.overrideFinishers in form plugin results in PHP Warning: Undefined array key "translation.language" in frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2021-11-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
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' ...
Actions