Actions
Bug #20113
closedUse $this->fixedL for list title length
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)
Updated by Sebastian Gebhard over 15 years ago
Actions