Add button in manager to transition démarche in brouillon state
fix #2565
This commit is contained in:
parent
acacfebd92
commit
bcbfc370b2
4 changed files with 24 additions and 0 deletions
|
@ -8,6 +8,7 @@ Rails.application.routes.draw do
|
|||
namespace :manager do
|
||||
resources :procedures, only: [:index, :show] do
|
||||
post 'whitelist', on: :member
|
||||
post 'draft', on: :member
|
||||
end
|
||||
|
||||
resources :dossiers, only: [:index, :show] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue