Bug #98459
closedUndefined array key "editlock" in DatabaseRecordList
100%
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".
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/+/75884
Updated by Gerrit Code Review about 2 years ago
Patch set 2 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/+/75884
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/+/75914
Updated by Markus Klein about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 90a8bd7ebe2c2cfc6349901068c85d5d1c3dedd5.
Updated by Guido Schmechel about 1 year ago
- Related to Bug #102063: Undefined array key "editlock" in DatabaseRecordList added