Actions
Bug #21273
closedImprove the configuration API of the reports module
Start date:
2009-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the status providers and the label fields like "title" or "description" are mixed up in the array
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']
for the "status" report this array looks like this:
extbase tx_extbase_utility_extbaserequirementscheck _install tx_install_report_InstallStatus title LLL:EXT:reports/reports/locallang.xml:status_report_title description LLL:EXT:reports/reports/locallang.xml:status_report_description report tx_reports_reports_Status system tx_reports_reports_status_SystemStatus security tx_reports_reports_status_SecurityStatus configuration tx_reports_reports_status_ConfigurationStatus
(issue imported from #M12238)
Actions