Project

General

Profile

Actions

Bug #21482

closed

Allow multiple providers for each status collection

Added by Francois Suter about 15 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

rfc12491.diff (8.42 KB) rfc12491.diff Administrator Admin, 2009-11-16 22:57
Actions #1

Updated by Francois Suter almost 15 years ago

Committed to trunk in revision 6522

Actions

Also available in: Atom PDF