Project

General

Profile

Actions

Bug #20113

closed

Use $this->fixedL for list title length

Added by Sebastian Gebhard about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-03-02
Due date:
% Done:

0%

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

Description

In #18999 the title length in the list module was changed from $this->fixedL to $GLOBALS['BE_USER']->uc['titleLen'], because $this->fixedL was hardcoded 30.

Now #18999 was submitted to the 4.3 trunk and $this->fixedL now uses $GLOBALS['BE_USER']->uc['titleLen'] (and also checks if it is > 0).

So #18999 should be reverted by changing to $this->fixedL again.

(issue imported from #M10581)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #20099: element browser title length is hardcodedClosedIngo Renner2009-02-27

Actions
Actions #1

Updated by Sebastian Gebhard about 15 years ago

Oops, my fault. I meant #18999 not #18999. Could someone please change this?

Actions #2

Updated by Ingo Renner about 15 years ago

committed to trunk (4.3)

Actions

Also available in: Atom PDF