Actions
Bug #27051
closedBE user is not able to expand page in pagetree if he have only exactly one mountpoint
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The BE user is not able to expand the top page in pagetree if he have only exactly one mountpoint.
This is caused by the following condition in t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
line 287 in 4.5.2 core
if (count($mountPoints) <= 1) {
$subNode->setExpanded(TRUE);
$subNode->setCls('typo3-pagetree-node-notExpandable');
}
As soon as I change the condition to only < it works..
Sorry have no git at the moment, otherwise you would have posted a patch.
Kind regards,
Sonja
Actions