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

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