Actions
Bug #98274
closedUndefined array key "skipIfValueIsEmpty" in SaveToDatabaseFinisher (PHP 8)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Using the SaveToDatabaseFinisher with PHP 8 and the value "skipIfValueIsEmpty" is not defined, the following error appears.
PHP Warning: Undefined array key "skipIfValueIsEmpty" in /app/public/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php line 288
Updated by Oliver Hader about 2 years ago
- Category set to Form Framework
- Complexity set to easy
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted 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/+/75834
Updated by Gerrit Code Review about 2 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/+/75819
Updated by Oliver Bartsch about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 16dcd2117989b099e2ed38c57675a147b4b87284.
Updated by Oliver Hader about 2 years ago
- Related to Task #98321: Address "undefined array key" issues for PHP 8 added
Actions