Actions
Bug #98459
closedUndefined array key "editlock" in DatabaseRecordList
Start date:
2022-09-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
PHP Warning: Undefined array key "editlock" in ...../vendor/typo3/cms-recordlist/Classes/RecordList/DatabaseRecordList.php line 2301
$this->pageRow
is empty in this call.
Happens, if the user is non-admin, uses the live search and clicks "Show all".
In my test case I had results from "fe_users".
Actions