Actions
Bug #70498
closedThe CategoryRepository should obey the sorting field
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