Bug #69291
closedFix configuration for backend module icons
100%
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.
Updated by Gerrit Code Review about 9 years ago
- 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
Updated by Gerrit Code Review about 9 years ago
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
Updated by Gerrit Code Review about 9 years ago
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
Updated by Gerrit Code Review about 9 years ago
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
Updated by Gerrit Code Review about 9 years ago
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
Updated by Helmut Hummel about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3f22dd2c5de9e45a96b566e7c492bcfd97bcd1d2.