Actions
Bug #39944
closedBug #39726: Add new extension manager to the core
Do not fetch extension list on every request
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-08-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Due to comparing a DateTime object with an integer the extension list
is fetched every time when switching to the get extensions tab.
Convert the DateTime object to a timestamp first and add a test which
ensure this works.
Additionally clean up the doc comment of that property in the model
and use forceUpdateCheck as action parameter in the controller.
Actions