Project

General

Profile

Actions

Bug #102649

closed

Search for file throws exception in filelist-module (with patch)

Added by Dieter Dr. Porth 5 months ago. Updated 5 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-12-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

Updated by Dieter Dr. Porth 5 months ago ยท Edited

Sorry. I used
$GLOBALS['TCA']['sys_file']['ctrl']['sortby'] = 'sorting';
in the TCA. The text above was used for testing proposes.

Actions #2

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

Actions #3

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

Actions #4

Updated by Oliver Bartsch 5 months ago

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

Also available in: Atom PDF