Project

General

Profile

Actions

Bug #70498

closed

The CategoryRepository should obey the sorting field

Added by Sebastian Michaelsen over 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2015-10-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Needs Decision

Description

sys_category records have a sorting field but CategoryRepository ignores it by default.

This is missing in the CategoryRepository:

    /**
     * @var array
     */
    protected $defaultOrderings = array(
        'sorting' => QueryInterface::ORDER_ASCENDING
    );
Actions

Also available in: Atom PDF