Bug #28578
closeduserdefined page-icon are not loaded in pagetree
0%
Description
When I do:
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-myext', '../typo3conf/myext/res/icons/calendar.gif');
$TCA['pages']['columns']['module']['config']['items']60 = 'Kalender';
$TCA['pages']['columns']['module']['config']['items']61 = 'calendar';
$TCA['pages']['columns']['module']['config']['items']62 = t3lib_extMgm::extRelPath($_EXTKEY) . 'res/icons/calendar.gif';
It is well loaded in the listview and in the pageproperty-frame etc.
The icon is NOT loaded in the pagetree.
The icon-span has the correct class:
<span class="t3-icon t3-icon-tcarecords t3-icon-tcarecords-pages t3-icon-pages-contains-calendar" id="ext-gen1075" qtip="id=127"> </span>
in the merged css-file is:
.t3-icon-pages-contains-calendar{background-position:0px 0px !important;background-image:url('../../typo3conf/ext/klicksafe/res/icons/calendar.gif') !important}
which is one '../' to much
Updated by Steffen Gebert over 13 years ago
- Category changed from Backend User Interface to Backend API
- Status changed from New to Needs Feedback
- Assignee deleted (
Oliver Hader) - Priority changed from Must have to Should have
- Target version deleted (
4.5.5)
Thanks for your report, Michael.
Please do not add target versions yourself and please also do not assign a bug to somebody (unfortunately, it's a limitation of redmin that you can do this).
Please set
$TYPO_CONF_VARS['BE']['debug'] = 1
to see, whether it's really a limitation of the merging and if it works without that.
Thanks for your feedback!
Steffen
Updated by Steffen Gebert over 13 years ago
- Status changed from Needs Feedback to Closed
Michael created a duplicate here. As some more information is contained there, I close this one now.
Updated by Steffen Gebert over 13 years ago
- Status changed from Closed to New
Oh, sorry.. this should not have been closed!
Updated by Steffen Gebert over 13 years ago
Stefan and SteffenR, could you please have a look? It's a merging point, where your work comes together :)
Thanks
Updated by Michael Stein over 13 years ago
Sorry, I could't reproduce my problem.
Maybe I was running 3 hours in a cache-compressor-tiredness-typing-error-loop
Sorry for report-bug.
Please close this thing.
Michael
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Closed
Thanks for providing feedback!