Bug #33761
closedRemove early return in pagetree to be able to use hook
100%
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
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8904
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8915
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8915
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8915
Updated by Georg Ringer almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bc912dfaf4d080a6ab8dc6a45ac8a8fc5cb1fbc5.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8954
Updated by Georg Ringer almost 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset e0caff0f3c52b5c26253bc265a3f272139d7145e.