Bug #92909
Page Translation list is not orderable, but is rendered always in first position
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the list view for translated pages the "Page Translation" list is always on top.
In the daily work of content editors this list will hardly ever be the most important one, but there is no possbility to reorder it, because mod.web_list.tableDisplayOrder
doesn't have any effect on it.
The fact that you also can't really collapse it (#92907) makes the situation worse.
Updated by Christoph Lehmann about 2 months ago
Just into the blue..
Did you checked mod.web_list.tableDisplayOrder.pages instead mod.web_list.tableDisplayOrder.pages_language_overlay ?
Page translations moved from pages_language_overlay into pages...