Feature #88128
closedBug #87975: Respect sorting of content_elements in fsc section menus
Section menus should be ordered by sorting column
0%
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
Updated by Joerg Boesche over 5 years ago
- Status changed from New to Needs Feedback
- Parent task set to #87975
I think this issue is solved with #87975. https://forge.typo3.org/issues/87975
Can you approve that? Then we can close this issue.
Updated by Hagen Gebauer over 5 years ago
Joerg Boesche wrote:
I think this issue is solved with #87975. https://forge.typo3.org/issues/87975
Can you approve that? Then we can close this issue.
Thank you! Yes, this looks like exactly the thing. Sorry, I did not find this in my search before posting the issue.
Updated by Riccardo De Contardi over 5 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Benjamin Kott)
If I have understood it correctly, I can close this issue as solved with #87975.
If you think that this is the wrong decision please reopen it or ping me. Thank you :)