Project

General

Profile

Bug #77734 » forge_77734_v2-part2.patch

Michael Stucki, 2016-09-01 15:59

View differences:

typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
$subNode->setIsMountPoint($isMountPoint);
if ($isMountPoint && $this->showRootlineAboveMounts) {
$rootline = Commands::getMountPointPath($subpage['pid']);
$subNode->setReadableRootline($rootline);
if ($lastRootline !== $rootline) {
$subNode->setReadableRootline($rootline);
}
$lastRootline = $rootline;
}
if ($this->nodeCounter < $this->nodeLimit) {
$childNodes = $this->getNodes($subNode, $mountPoint, $level + 1);
(9-9/11)