MDL-87529 core_customfield: reset CF handler cache after form save

This commit is contained in:
Yerai Rodríguez
2025-12-23 14:01:49 +01:00
parent 1cd17816c5
commit 120beb8aaf
+1
View File
@@ -706,6 +706,7 @@ abstract class handler {
}
$data->instance_form_save($instance);
}
$this->clear_configuration_cache();
}
/**