Project

General

Profile

Actions

Bug #96380

closed

Warning in record list search

Added by JAKOTA Design Group GmbH almost 3 years ago. Updated about 2 years ago.

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

0%

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

Description

If you search for an record id in the record list, this happens:

TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "eval" in /var/www/public/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php line 2644

line 2644 is
$evalRules = $fieldConfig['eval'] ?: '';

needs to be like

$evalRules = $fieldConfig['eval'] ?? null ?: '';

Thanks


Files

Screenshot 2021-12-17 at 13.45.56.png (40.5 KB) Screenshot 2021-12-17 at 13.45.56.png JAKOTA Design Group GmbH, 2021-12-17 12:46

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #96453: PHP Warning: Undefined array key "eval" DatabaseRecordListClosed2022-01-04

Actions
Actions

Also available in: Atom PDF