Actions
Bug #84739
closedCType: menu_categorized_content does no sorting
Start date:
2018-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As an editor I would expect CType: menu_categorized_content to render a menu representing the sort order of the content elements.
At the moment elements are sorted by uid
(which most time leads to reverse sort order new>old).
# Additional TS Setup tt_content.menu_categorized_content.dataProcessing.10.orderBy = sorting
Actions