extract actions and info from dropdown
This commit is contained in:
parent
58c287dad9
commit
b7a5f8bf7f
7 changed files with 65 additions and 117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue