Project

General

Profile

Actions

Bug #96415

closed

Can't localize rcords

Added by JAKOTA Design Group GmbH over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-12-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

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

Screenshot 2021-12-21 at 14.38.53.png (106 KB) Screenshot 2021-12-21 at 14.38.53.png JAKOTA Design Group GmbH, 2021-12-21 13:42
Actions #1

Updated by Gerrit Code Review over 2 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

Actions #2

Updated by Gerrit Code Review over 2 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

Actions #3

Updated by Gerrit Code Review over 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/+/72841

Actions #4

Updated by Johannes Seipelt over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF