[Fix #2540] Allow an instructeur to send a dossier to several instructeurs
This commit is contained in:
parent
523edac4c5
commit
f8a6765367
7 changed files with 57 additions and 10 deletions
|
@ -322,7 +322,7 @@ Rails.application.routes.draw do
|
|||
post 'passer-en-instruction' => 'dossiers#passer_en_instruction'
|
||||
post 'repasser-en-construction' => 'dossiers#repasser_en_construction'
|
||||
post 'terminer'
|
||||
post 'envoyer-a-instructeur' => 'dossiers#envoyer_a_instructeur'
|
||||
post 'send-to-instructeurs' => 'dossiers#send_to_instructeurs'
|
||||
scope :carte do
|
||||
get 'position'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue