Actions
Bug #100969
closedDefault option for mode not used in SaveToDatabaseFinisher
Start date:
2023-06-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The ext:form SaveToDatabaseFinisher directly accesses `$this->options['mode']`. If `mode` is not configured, this causes a PHP warning.
The actual bug is, that the default value should be used in this case, which is achieved by using `$this->parseOption`.
Actions