Actions
Bug #25431
closedPagetree uses wrong setting for limiting number of rendered page nodes
Start date:
2011-03-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The pagetree uses a wrong setting for limiting the number of rendered page nodes. The result is, that there are many AJAX requests on rendering the ExtJS pagetree.
$GLOBALS['BE']['pageTree']['preloadLimit'] should be $GLOBALS['TYPO3_CONF_VARS']['BE']['pageTree']['preloadLimit']
Updated by Oliver Hader over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed:
- TYPO3_4-5: https://review.typo3.org/#change,1311
- master: https://review.typo3.org/#change,1310
Updated by Oliver Hader over 13 years ago
- Status changed from Resolved to Closed
Actions