Actions
Bug #21280
closedCleanup API for providers in status report
Start date:
2009-10-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the list of status providers for the status report is alongside the title, description and report properties in $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status'].
This makes it necessary to filter the title, description and report properties when looping over the status providers. This makes for messy code, hard to understand for developers. Furthermore it means that any new property added to reports must also be filtered out (like a custom icon, see 0012167).
I propose to move the list of status providers to a "providers" sub-array.
(issue imported from #M12245)
Files
Actions