Actions
Bug #43460
closedExtension list is not updated, even if empty
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-11-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the Extension Manager looks up the field in the extension repository repository on how many extensions are in the system.
Since the result of this getter might be a string or the number in there might not be up to date, the EM does not
update the extension list.
Change that to a count on the extension table, which is the wanted behavior here.
Actions