Actions
Feature #75959
openSystemStatusUpdateTask does not report when there is an TYPO3 Update
Status:
Accepted
Priority:
Must have
Assignee:
-
Category:
Reports
Target version:
Start date:
2016-04-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
The SystemStatusUpdateTask checks all status-providers, which implement the ExtendedStatusProviderInterface and only reports errors with a higher severity than Status::OK. The InstallStatusReport does not implement this interface. This means, that it will not be called from the scheduler-task and won't report that there would be a critical TYPO3 Update.
Relevant code places:
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6-6/typo3/sysext/reports/Classes/Task/SystemStatusUpdateTask.php#L48
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6-6/typo3/sysext/reports/Classes/Report/Status/Status.php#L104
https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6-6/typo3/sysext/install/Classes/Report/InstallStatusReport.php
Actions