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
Updated by Ingo Renner over 14 years ago
Committed in revisions:
4.2:
r8247
4.3:
r8248
4.4:
r8249
trunk (4.5):
r8205
Actions