feat(dossier): add some metadata to archive and remove operation log

This commit is contained in:
Paul Chavard 2022-11-30 12:39:47 +01:00
parent 7fc16581b5
commit ece68076a7
5 changed files with 17 additions and 11 deletions

View file

@ -113,7 +113,7 @@ module Instructeurs
end
def unarchive
dossier.desarchiver!(current_instructeur)
dossier.desarchiver!
redirect_back(fallback_location: instructeur_procedure_path(procedure))
end