Actions
Bug #71733
closedFSC SectionViewHelper does not fetch all CEs when column is not set
Start date:
2015-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Reason: the value of the attribute "column" will be casted to int every time and the view helper will query CEs with colPos = 0.
Solution: do not force a "colPos"-condition wihin the query when no column attribute is set.
Actions