Actions
Bug #42046
closedMount points path display blocked by virtual tree root
Start date:
2012-10-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The page tree contains a TSconfig option (options.pageTree.showPathAboveMounts) that is meant to display the path to each mount point in the page tree. The path appears above each mount point.
Since the introduction of the virtual root, these paths are not displayed anymore, since mount point are handled as "normal" subpages. However this options is still useful (e.g. when having mount points referring to similarly named pages).
This patch adds the necessary code to display the paths again (if the option is set) even with the virtual root.
Actions