Project

General

Profile

Actions

Bug #14636

closed

Listview ignores label_alt / label_alt_force configuration (with patch)

Added by Tim Franz over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-04-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0beta1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The change from Rupert Germann in db_list_extra.inc to resolve mm-tables ignores the usage of label_alt and label_alt_force. The title is only constructed from the primaray title field.

reason: the corresponding method t3lib_BEfunc::getRecordTitle is never called. instead the title is generated in db_list_extra.inc by only calling t3lib_BEfunc::getProcessedValueExtra.

Side effect: By replacing t3lib_BEfunc::getProcessedValueExtra by t3lib_BEfunc::getRecordTitle the advanced title field generation is back, but the resolution of mm-fields gone. Solution for that: my enhancement #0000816 improves method getRecordTitle.

(issue imported from #M935)


Files

befunc_dblist.diff (1.97 KB) befunc_dblist.diff Administrator Admin, 2005-04-06 21:40
class.db_list_extra.inc.diff (1.32 KB) class.db_list_extra.inc.diff Administrator Admin, 2005-04-07 15:23

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #14559: Prettier record titles (with diff)ClosedRupert Germann2005-02-19

Actions
Related to TYPO3 Core - Bug #14629: Title lenght in BE is not working if title has no valueClosedRupert Germann2005-03-30

Actions
Actions

Also available in: Atom PDF