[Fix #2260] Add a search field in the usager UI

This commit is contained in:
gregoirenovel 2018-07-17 11:40:19 +02:00
parent cd22a9742e
commit ed436bfe77
4 changed files with 61 additions and 1 deletions

View file

@ -249,6 +249,7 @@ Rails.application.routes.draw do
end
collection do
post 'recherche'
# FIXME: to remove when show is implemeted
# needed to fix refresh after dossier draft save
get ':id', to: redirect('/dossiers/%{id}/modifier')