-
Bug
-
Resolution: Fixed
-
Minor
-
4.4 regressions, 4.4
When accessing the Site admin > Reports > Custom reports tool, an error is thrown:
Exception - core_reportbuilder\local\report\column::set_is_available(): Argument #1 ($available) must be of type bool, null given, called in [dirroot]/reportbuilder/classes/local/systemreports/reports_list.php on line 184
More information about this error
Debug info:
Error code: generalexceptionmessage
Stack trace:
- line 741 of /reportbuilder/classes/local/report/column.php: TypeError thrown
- line 184 of /reportbuilder/classes/local/systemreports/reports_list.php: call to core_reportbuilder\local\report\column->set_is_available()
- line 88 of /reportbuilder/classes/local/systemreports/reports_list.php: call to core_reportbuilder\local\systemreports\reports_list->add_columns()
- line 106 of /reportbuilder/classes/local/report/base.php: call to core_reportbuilder\local\systemreports\reports_list->initialise()
- line 70 of /reportbuilder/classes/system_report.php: call to core_reportbuilder\local\report\base->__construct()
- line 68 of /reportbuilder/classes/manager.php: call to core_reportbuilder\system_report->__construct()
- line 56 of /reportbuilder/classes/system_report_factory.php: call to core_reportbuilder\manager::get_report_from_persistent()
- line 50 of /reportbuilder/index.php: call to core_reportbuilder\system_report_factory::create()
- is a regression caused by
-
MDL-80245 Support custom reports tagging
- Closed