MDL-83552 reportbuilder: Add custom fields to Report builder

This commit is contained in:
David Carrillo
2025-03-10 08:21:10 +01:00
parent 8f9a5f131e
commit c03f47abfd
18 changed files with 372 additions and 18 deletions
+3
View File
@@ -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')) {