Project

General

Profile

Actions

Bug #92215

closed

Respect system collection order by default

Added by Daniel Siepmann over 3 years ago. Updated over 3 years ago.

Status:
Rejected
Priority:
Should have
Category:
-
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

Also available in: Atom PDF