rend accessible la personnalisation des filtres instructeurs
en remplaçant select2 par ComboMultipleDropdownList
This commit is contained in:
parent
c855d13994
commit
3fc7b57b8c
3 changed files with 7 additions and 9 deletions
|
@ -138,7 +138,7 @@ module Instructeurs
|
|||
end
|
||||
|
||||
def update_displayed_fields
|
||||
procedure_presentation.update_displayed_fields(params[:values])
|
||||
procedure_presentation.update_displayed_fields(JSON.parse(params[:values]))
|
||||
|
||||
redirect_back(fallback_location: instructeur_procedure_url(procedure))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue