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
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/60174
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60264
Updated by Guido Schmechel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2cb70093ba134171ab180d400451c8566b030eb4.
Actions