[Fix #2540] Allow an instructeur to send a dossier to several instructeurs

This commit is contained in:
gregoirenovel 2018-09-10 17:52:49 +02:00
parent 523edac4c5
commit f8a6765367
7 changed files with 57 additions and 10 deletions

View file

@ -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