Bug #96609
closedSorting of backend layout rows is not respected in page module (language mode)
100%
Description
Having a backend layout like this:
Page { title = Page config { backend_layout { colCount = 1 rowCount = 2 rows { 1 { columns { 1 { name = Bar colPos = 1 } } } 2 { columns { 1 { name = Foo colPos = 0 } } } } } } }
Will in columns mode be displayed like:
--- Bar ---
--- Foo ---
But will be displayed in languages mode (also for defLangBinding
) like:
--- Foo ---
--- Bar ---
The reason seems to be following line:
which is used to create the columns but does not consider the order in the backend layout configuration.
Updated by Oliver Bartsch almost 3 years ago
Update:
Reason seems to be the definition of SHARED.colPos_list
.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73047
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73152
Updated by Georg Ringer almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed28a28aa724de4512ddbdc97fbf0cd313438407.