Actions
Bug #33761
closedRemove early return in pagetree to be able to use hook
Start date:
2012-02-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
t3lib_tree_pagetree_DataProvider
got some nice hooks to modify the pagetree pages/nodes.
however, there is an early return in function getNodes() which makes it impossible to use the hook postProcessGetNodes
for pages which got subpages but are not opened currently.
solution:
invert the check and move on to the hook
Actions