MDL-83552 reportbuilder: Add custom fields to Report builder
This commit is contained in:
@@ -273,6 +273,9 @@ class phpunit_util extends testing_util {
|
||||
if (class_exists('\core_group\customfield\grouping_handler')) {
|
||||
\core_group\customfield\grouping_handler::reset_caches();
|
||||
}
|
||||
if (class_exists('\core_reportbuilder\customfield\report_handler')) {
|
||||
\core_reportbuilder\customfield\report_handler::reset_caches();
|
||||
}
|
||||
|
||||
// Clear static cache within restore.
|
||||
if (class_exists('restore_section_structure_step')) {
|
||||
|
||||
Reference in New Issue
Block a user