[Fix #3617] 404 when filter[value] contains a "."
This commit is contained in:
parent
4053e923ac
commit
2c1e1db37d
3 changed files with 3 additions and 3 deletions
|
@ -313,7 +313,7 @@ Rails.application.routes.draw do
|
|||
patch 'update_displayed_fields'
|
||||
get 'update_sort/:table/:column' => 'procedures#update_sort', as: 'update_sort'
|
||||
post 'add_filter'
|
||||
get 'remove_filter/:statut/:table/:column/:value' => 'procedures#remove_filter', as: 'remove_filter'
|
||||
get 'remove_filter' => 'procedures#remove_filter', as: 'remove_filter'
|
||||
get 'download_dossiers'
|
||||
get 'email_notifications'
|
||||
patch 'update_email_notifications'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue