[TYPO3-commerce] RFC: #10645
Sascha Egerer
sascha at sascha-egerer.de
Fri Nov 5 13:56:53 CET 2010
Your patch is not backward compatible to older TYPO3 Versions. So please
add a version check to it!
Regards
Sascha Egerer
Am 05.11.10 13:54, schrieb Benny Schimmer:
> This is an SVN patch request.
>
> Type: Bugfix
>
> http://forge.typo3.org/issues/10645
>
> Branches:
> trunk
>
> Problem:
> Usage of $ICON_TYPES is deprecated since 4.4.
>
> Solution:
> The extTables.php entry $ICON_TYPES['commerce'] =
> '../typo3conf/ext/commerce/res/icons/table/commerce_folder.gif'; should
> be replaced with
> t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-commerce',
> '../typo3conf/ext/commerce/res/icons/table/commerce_folder.gif');
> instead.
>
> Greetings,
> Benny
>
>
More information about the TYPO3-team-commerce
mailing list