Actions
Bug #23450
closedIcons for page types missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Icons for page types are missing in Typo3 4.4 backend forms, If "accessListRenderMode" is set to "checkbox" (see attached screenshot).
It seems that the function t3lib_iconworks::getIcon() tries to identify the icon filename based this config key: $PAGES_TYPES[$row['doktype']]['icon'].
The config key is not used for pagetypes in Typo3 4.4 anymore.
In Typo3 4.4 functions getSpriteIcon*() from t3lib_iconworks are used instead to display pagetype icons.
Set "accessListRenderMode" to "checkbox". Create a new Backend usergroup record and activate "Include Access Lists".
(issue imported from #M15558)
Files
Actions