Actions
Feature #88128
closedBug #87975: Respect sorting of content_elements in fsc section menus
Section menus should be ordered by sorting column
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2019-04-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
In my opinion section menus should be ordered by tt_content.sorting, currently no orderBy clause is defined which results in the default order by tt_content.uid.
I added
tt_content.menu_section.dataProcessing.10.dataProcessing.20.orderBy = sorting
to my site template to achieve this but I think it should be the default in
/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/MenuSection.typoscript
Same applies to
MenuSectionPages.typoscript
Actions