Bug #69291
closed
Fix configuration for backend module icons
Added by Helmut Hummel about 9 years ago.
Updated about 6 years ago.
Description
http://review.typo3.org/38004 removed the typo3/mod directory
with the main modules and their configuration and added the configuration
to `$GLOBALS['TBE_MODULES']`directly.
However for that a sub array key `configuration` was used,
which is inconsistent with all our current API and its usages
across other modules, leading to the situation that
this configuration was basically ignored.
On top of that, http://review.typo3.org/39316 introduced the possibility
to use sprite icons as module icons, which used the configuration
key `icon` in the above mentioned sub array key `configuration`,
making this key the only option evaluated in the sub array.
This change removes this sub array and moves the sprite icon configuration
on top for consistency. For that the key must be changed
to 'sprite-icon' as 'icon' was already taken for
Extbase module icon configuration.
- Description updated (diff)
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42854
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42854
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42854
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42854
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42854
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF