Actions
Bug #21482
closedAllow multiple providers for each status collection
Start date:
2009-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the status report, statuses are grouped by collection (system, security, etc.). Each collection can have a single provider class, as in:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['providers']['security'] = 'tx_reports_reports_status_SecurityStatus';
I think this makes it very unflexible. It means that no one can add a security status, for example, without changing the Core. I propose to turn this property into an array, making it possible to register several providers for each collection.
(issue imported from #M12491)
Files
Updated by Francois Suter almost 15 years ago
Committed to trunk in revision 6522
Actions