Actions
Bug #69862
closedBE Icons in extensions are broken
Start date:
2015-09-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Calls to \TYPO3\CMS\Backend\Utility\IconUtility::getIcon
in ext realurl no longer return the proper icons, but rather some broken references like <img src="gfx/i" ...
To check, install latest realurl and check module 'Info' > 'Realurl Management'
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Stabilization Sprint
Updated by Stephan Großberndt over 9 years ago
- Status changed from New to Needs Feedback
- Is Regression changed from No to Yes
Does the problem still exist with current master?
Updated by Loek Hilgersom over 9 years ago
The issue solved 'itself' partly after the mega merge today, see screenshot.
The page icons in front of each row are working again, they use getIcon calls. The icons that are still broken are hardcoded references to images in the no longer existing dir typo3/gfx so that should be fixed in realurl itself (and probably other extensions with BE modules).
This issue can be closed afaik.
Updated by Georg Ringer over 9 years ago
- Status changed from Needs Feedback to Closed
closed as requested
Actions