Actions
Bug #45550
closedHaving colPos 0 and columns not assigned multiplies elements in page module view
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2013-02-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
When using a backend layout with columns that should not be used at all, you can just leave the colPos value blank having the page module show some placeholder with the label not assigned.
Despite the fact that there actually should be a label for this column available (see #25157), the problem is, that any of the "not assigned" columns will show the content of the column with colPos 0. The cause is a missing check for colPos being no empty string. This leads to multiplied content elements in the page module view of these layouts, since the elements are visible in any column having !colPos (which is true for colPos 0 as well).
Files
Actions