Actions
Bug #96577
closedhmenu - special = list shows pages in wrong ordering after update to 11.5.5
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2022-01-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
A simple HMNEU with a bundle of page ids as special = list showing up in wrong order in frontend.
Example:
lib.myMenu = HMENU
lib.myMenu {
special = list
special.value = 14,15,16
1= TMENU
1.expAll = 1
}
But in frontend output the ordering is 15,16,14.
It seems to work normal until TYPO3 version 11.5.3.
Greetz
Actions