Bug #102649
closedSearch for file throws exception in filelist-module (with patch)
100%
Description
I tried to search for an file.
I have defined in the override for the TCA for sys_file $GLOBALS['TCA']['sys_file']['ctrl']['sortby'] = 'sorting ASC';
I got the exception (see screenshot)
The patch seems to solve the problem, but the patched function is used in different places. I havn't checked that places.
Files
Updated by Dieter Dr. Porth 12 months ago ยท Edited
Sorry. I used $GLOBALS['TCA']['sys_file']['ctrl']['sortby'] = 'sorting';
in the TCA. The text above was used for testing proposes.
Updated by Gerrit Code Review 12 months 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/+/82168
Updated by Gerrit Code Review 11 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82129
Updated by Oliver Bartsch 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cf7acb129556b781fca6ac802b7dbd4ebdbebb14.