Project

General

Profile

Actions

Bug #91853

closed

Page tree in link browser limits number of subpages to 999

Added by Jigal van Hemert over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Category:
Pagetree
Target version:
Start date:
2020-07-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

In installations with a lot of subpages it was impossible to create a link to these pages if there are more than 999 subpages of any page.
\TYPO3\CMS\Backend\Tree\View\AbstractTreeView::getTree() has a magic variable $crazyRecursionLimiter which is set to 999. The variable doesn't influence recursion but limits the number of subpages of any page that are rendered.

Actions

Also available in: Atom PDF