Actions
Bug #18873
closedContentElement Menu/Sitemap of the section index type doesn't work...
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2008-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using "Section Index" or "Menu of subpages to these pages + sections" the sections aren't displayed.
The problem seems to be some typoscript concerning the tt_content field colPos.
If I change:
tt_content.menu.20.3.select.where = colPos=0
to:
tt_content.menu.20.3.select.where = colPos>=0
It solves it for me. But it might not be the real solution.
TemplaVoila 1.3.6
(issue imported from #M8558)
Actions