feat(champ): add updated_by column

This commit is contained in:
Paul Chavard 2024-05-13 16:53:33 +02:00
parent 9de97c8593
commit 68c15ba99f
No known key found for this signature in database
10 changed files with 25 additions and 19 deletions

View file

@ -44,7 +44,7 @@ module Mutations
.find_by(type_champ: annotation_type_champ, stable_id:)
return nil if type_de_champ.nil?
dossier.champ_for_update(type_de_champ, row_id)
dossier.champ_for_update(type_de_champ, row_id, updated_by: current_administrateur.email)
end
def annotation_type_champ