Actions
Task #101105
closedDefault sort-by UID
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-06-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
the field "file" is not existent and causes the List to fetch all File Properties from database without any success for the property
`FileList.php
default: $sortingKey = $file->hasProperty($this->sort) ? (string)$file->getProperty($this->sort) : '';`
Makes many unnecessary db calls
This issue was automatically created from https://github.com/TYPO3/typo3/pull/439
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
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/+/79444
Updated by Christian Kuhn 4 months ago
- Status changed from Under Review to Rejected
patch has been abandoned. see the note in the review system.
Actions