Bug #24021 ยป error-tcatree.patch
t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php (working copy) | ||
---|---|---|
$node->setExpanded($this->isExpanded($basicNode));
|
||
}
|
||
$node->setSelectable(!t3lib_div::inList($this->getNonSelectableLevelList(), $level));
|
||
$node->setIcon(t3lib_iconWorks::mapRecordTypeToSpriteIconClass($this->tableName, $row));
|
||
$node->setIcon(t3lib_iconWorks::mapRecordTypeToSpriteIconClass($this->tableName, (array)$row));
|
||
$node->setId($basicNode->getId());
|
||
$node->setParentNode($parent);
|
||
if ($basicNode->hasChildNodes()) {
|