Actions
Bug #23232
closedTree depth retrieval inconsistently limited to 20 levels int3lib_pageSelect
Start date:
2010-07-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While recursion limiters throughout the core are usually set to 99 or even 999 (t3lib_treeView->getTree() f.e.) the depth of trees is limited to only 20 levels in t3lib_pageSelect->getRootLine()
Due to this limitation we had issues with TS not being processed / available on page that was on a level deeper than the 20 level limit.
(issue imported from #M15179)
Files
Actions