Actions
Task #55565
closedRemove initialization of Module Menu
Start date:
2014-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The module menu and its view are instantiated
on every backend call, BE AJAX call etc although
it is only needed in the backend.php file where
it instantiates itself automatically anyways.
The patch removes the call in init.php and
in the TYPO3 Bootstrap as it is not needed
anymore.
Updated by Gerrit Code Review almost 11 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/27242
Updated by Benni Mack almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31561a07788b37d638be254d69708c0da6bc6fc0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions