Bug #18892
closedList module: TCEFORM settings of labels are ignored
0%
Description
Steps to reproduce:
1. Insert into TSconfig of the root page the following settings:
TCEFORM.pages {
layout {
disabled = 0
altLabels {
0 = My first modified label
1 = My second modified label
}
removeItems = 2,3
}
}
2. Check the page settings and see that the layout field is modified and uses modified labels.
3. In the list module, make the 'Layout' column appear in the listing and see that modified lables are not used but default labels ('Normal', 'Layout 1') are shown instead.
As the list module displays pages according to the current position in the page tree, then if the labels are shown correctly in the page properties, they should be displayed correctly also in the listing.
Branch 4.1 behaves in the same way.
(issue imported from #M8584)
Updated by Francois Suter over 16 years ago
Sorry, set the tag "pending in core list" on the wrong bug.
Updated by Benni Mack over 16 years ago
Hey Tomas,
AFAIK this is no bug. Please see: http://bugs.typo3.org/view.php?id=6877 which is related to that one.
The problem is that:
By setting TCEFORM.... you state that it is only used for TCEFORM.
In my eyes we'd need
TCA.pages {
subtitle.header = My new header
}
which is used for all modules.
Updated by Tomas Mrozek over 16 years ago
OK, Benjamin. Thanks for the explanation.
In that case I propose this bug report is closed.
Nevertheless, it's quite strange as it causes confusion to editors.