Actions
Bug #17679
closedList view and custom layout Labels
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-10-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If set custom layout labels by TS Config like:
TCEFORM{
pages {
layout.disabled = 0
layout {
altLabels{
1 = My Label 1
2 = My Label 2
3 = My Label 3
}
addItems {
4 = My Label 4
5 = My Label 5
6 = My Label 6
}
}
}
}
This labels will not be shown if you go to the list view an add the Label Field to your pages table view. (Only the default Labels are shown (Layout 1, Layout 2 etc.)
(issue imported from #M6523)
Actions