[Fix #3008] Soft delete demarche button in manager
This commit is contained in:
parent
53699e71d9
commit
3ce9dd39af
3 changed files with 10 additions and 0 deletions
|
@ -9,6 +9,7 @@ Rails.application.routes.draw do
|
|||
resources :procedures, only: [:index, :show] do
|
||||
post 'whitelist', on: :member
|
||||
post 'draft', on: :member
|
||||
post 'hide', on: :member
|
||||
end
|
||||
|
||||
resources :dossiers, only: [:index, :show] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue