Project

General

Profile

Actions

Bug #20356

closed

class localRecordList should use $this->fixedL from class recordList instead of own logic

Added by Christian Kuhn over 15 years ago. Updated over 14 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Problem:
The class localRecordList in typo3/class.db_list_extra.inc uses own logic for the cropping of record titles, but the same logic is already initialized in t3lib/class.t3lib_recordlist.php.

Solution:
Use $this->fixedL from class recordList. The constructor is not strictly needed, but makes the constructor inheritence a bit more clear (see also an upcomming patch for #20291 that again extends localRecordList).

(issue imported from #M10979)


Files

10979_v1.diff (1.76 KB) 10979_v1.diff Administrator Admin, 2009-04-24 19:58
Actions #1

Updated by Christian Kuhn over 15 years ago

Committed to trunk r5363

Actions

Also available in: Atom PDF