Bug #91853
closedPage tree in link browser limits number of subpages to 999
100%
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.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65083
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65168
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65169
Updated by Jigal van Hemert over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4d4ec4270f00fa16d0314e2bdc5ed7f3caef96dc.