|
|
@ -76,18 +76,6 @@ class block_escola_modelo_observer { |
|
|
|
atualizaCategoriaEVL($categoria); |
|
|
|
} |
|
|
|
|
|
|
|
// EVENTOS RELACIONADOS A CERTIFICADOS |
|
|
|
public static function certificate_created(\mod_certificate\event\certificate_created $event) { |
|
|
|
global $DB, $CFG; |
|
|
|
//$categoria = $DB->get_record($event->objecttable,array('id'=>$event->objectid)); |
|
|
|
|
|
|
|
// A forma mais segura de fazê-lo é modificar timemodified de todos os cursos, |
|
|
|
// de modo que na próxima sincronização eles tenham seu status modificado |
|
|
|
//atualizaCategoriaEVL($categoria); |
|
|
|
mtrace('Criando certificado para ' . $event->objectid . ' e other ' . $event->other); |
|
|
|
} |
|
|
|
|
|
|
|
// TODO: verificar se é necessário tratar remoção de categoria |
|
|
|
|
|
|
|
// |
|
|
|
// EVENTOS RELACIONADOS A MATRÍCULAS |
|
|
|