Actions
Bug #92215
closedRespect system collection order by default
Status:
Rejected
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2020-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a system collection via API, it is created from database but ignores defined sorting.
Steps to reproduce:
Create a new system collection and add at least two records. Fetch the system collection via API:
\TYPO3\CMS\Core\Collection\StaticRecordCollection::create([], true);
The records might be in expected order.
Now adjust order of items in system collection record.
Refresh and the old order should be returned.
Actions