Project

General

Profile

Bug #77734 » forge_77734_v2-part1.patch

Michael Stucki, 2016-09-01 15:59

View differences:

typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php
$subNode = Commands::getNewNode($subpage, $mountPoint);
$subNode->setIsMountPoint($isMountPoint);
if ($isMountPoint && $this->showRootlineAboveMounts) {
$rootline = Commands::getMountPointPath($subpage['uid']);
$rootline = Commands::getMountPointPath($subpage['pid']);
$subNode->setReadableRootline($rootline);
}
if ($this->nodeCounter < $this->nodeLimit) {
(8-8/11)