Actions
Bug #24237
closedtcaTree doesn't use correct icons
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
see screenshot:hidden pages are shown like normal page records
(issue imported from #M16606)
Files
Updated by Steffen Ritter almost 14 years ago
type-icons are supported, overlays are not possible - everywhere extjs displays icons.
Updated by Georg Ringer almost 14 years ago
from a short debugging:
a call to t3lib_iconWorks::getSpriteIconForRecord($this->tableName, $row); instead of t3lib_iconWorks::mapRecordTypeToSpriteIconClass($this->tableName, $row) would work inside function buildRepresentationForNode();
problem is that first call returns the complete icon but only classes are accepted...
Updated by Georg Ringer almost 14 years ago
reply for your msg: then this is a problem of extjs?
Updated by Steffen Ritter almost 14 years ago
overlays are a second sprite icon rendered over the first.
ExtJS has only support for only one icon, therefore only the base icon will be displayed.
Updated by Georg Ringer over 10 years ago
- Status changed from New to Rejected
- Target version deleted (
0) - Is Regression set to No
Actions