Actions
Bug #87555
closedgetDetailedSystemStatus does not initialize StatusProviders
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Reports
Target version:
-
Start date:
2019-01-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The SystemStatusUpdateTask-Class tries to get a detailed system status report using getDetailedSystemStatus. But this method does not initialize the status providers and thus returns an empty array.
Relevant Code positions:
SystemStatusUpdateTask.php#L57
Status.php#L111
Actions