feat(champ): add updated_by column
This commit is contained in:
parent
9de97c8593
commit
68c15ba99f
10 changed files with 25 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue