feat(annotations): activate autosave

This commit is contained in:
Paul Chavard 2023-03-01 18:30:10 +01:00
parent ff10a03ffe
commit cbaa77fca7
24 changed files with 147 additions and 117 deletions

View file

@ -21,8 +21,6 @@ module Mutations
end
if annotation.save
dossier.log_modifier_annotation!(annotation, instructeur)
{ annotation: }
else
{ errors: annotation.errors.full_messages }