log changer_groupe_instructeur
This commit is contained in:
parent
e0f4957dfd
commit
2bd6f01009
3 changed files with 8 additions and 0 deletions
|
@ -654,6 +654,7 @@ class Dossier < ApplicationRecord
|
|||
DossierMailer.notify_groupe_instructeur_changed(instructeur, self).deliver_later
|
||||
end
|
||||
end
|
||||
log_dossier_operation(user, :changer_groupe_instructeur, self)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
class DossierOperationLog < ApplicationRecord
|
||||
enum operation: {
|
||||
changer_groupe_instructeur: 'changer_groupe_instructeur',
|
||||
passer_en_instruction: 'passer_en_instruction',
|
||||
repasser_en_construction: 'repasser_en_construction',
|
||||
repasser_en_instruction: 'repasser_en_instruction',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue