Bug #96415
closedCan't localize rcords
100%
Description
TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "action" in /sysext/core/Classes/DataHandling/DataHandler.php line 4672
DataHandler.php line 4672 is
$action = $command['action'];
needs to be like
$action = $command['action'] ?? '';
Thanks
Files
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New 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/+/72823
Updated by Gerrit Code Review almost 3 years ago
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/+/72827
Updated by Gerrit Code Review almost 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/+/72841
Updated by Johannes Seipelt almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 24c4437b45553b8dd2625efeb7d25d4b93efb5a4.