Project

General

Profile

Actions

Bug #33761

closed

Remove early return in pagetree to be able to use hook

Added by Georg Ringer about 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Pagetree
Target version:
-
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

Also available in: Atom PDF