Actions
Feature #16984
closedclass.t3lib_treeview.php returns hardcoded 'title' from db
Start date:
2007-02-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
In class.t3lib_treeview.php the returned title is hardcoded to field 'title' so if we want to display different field in a tree the code always returns 'title'.
The workaround to this behaviour is to set fieldArray like this:
$treeObj->fieldArray(Array('uid', 'some_field as title');
(issue imported from #M4983)
Actions