extract actions and info from dropdown

This commit is contained in:
Lisa Durand 2023-02-14 17:57:50 +01:00
parent 58c287dad9
commit b7a5f8bf7f
7 changed files with 65 additions and 117 deletions

View file

@ -134,7 +134,7 @@ module Instructeurs
end
@dossier = dossier
render :change_state
redirect_back(fallback_location: instructeur_procedure_path(procedure))
end
def repasser_en_construction
@ -146,7 +146,7 @@ module Instructeurs
end
@dossier = dossier
render :change_state
redirect_back(fallback_location: instructeur_procedure_path(procedure))
end
def repasser_en_instruction
@ -158,7 +158,7 @@ module Instructeurs
end
@dossier = dossier
render :change_state
redirect_back(fallback_location: instructeur_procedure_path(procedure))
end
def terminer