Actions
Bug #97226
openoverrideFinishers form plugin can cause wrong formDefinitions
Start date:
2022-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
If a value is overriden via the overrideFinishers in the Plugin and is deleted afterwards it is still present as an empty value in the pi_flexform (in the Database). This does look like this then:
<field index="settings.finishers.EmailToSender.recipients">
<el index="el"></el>
</field>
In that specific case the recipients being empty causes the form to not execute the MailFinisher properly and leading to an error.
Files
Updated by Yannis Viol over 2 years ago
- Subject changed from overrideFinishers from plugin can cause wrong formDefinitions to overrideFinishers form plugin can cause wrong formDefinitions
Actions