Bug #76030
closedSubstituting admin_panel.css not possible anymore
100%
Description
Since Change-Id: If194cd8d36c34cc60a39924e5d021d7211808c82 the admin_panel.css can not be substituted anymore with:
$GLOBALS['TBE_STYLES']['stylesheets']['admPanel'] = ...
If $GLOBALS['TBE_STYLES']['stylesheets']['admPanel'] is set the admin_panel.css is included twice.
The first include comes from \TYPO3\CMS\Frontend\View\AdminPanelView->getAdminPanelHeaderData() and the second is hardcoded in \TYPO3\CMS\Frontend\View\AdminPanelView->display().
Updated by Gerrit Code Review over 8 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 https://review.typo3.org/48061
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48061
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48061
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48061
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48481
Updated by Zbigniew Jacko over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 06da9db84ffdc1044305e4b5e8ca1a119cbdd51a.