Project

General

Profile

Actions

Feature #16984

closed

class.t3lib_treeview.php returns hardcoded 'title' from db

Added by Tomi Hrovatin about 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #16477: Navigation title in tree viewClosedThomas Hempel2006-08-18

Actions
Actions #1

Updated by Thomas Hempel over 16 years ago

Fixed in issue 4064.

Greets,
Thomas

Actions

Also available in: Atom PDF