tech: use facet_id to sort fields
This commit is contained in:
parent
743ff8c8a9
commit
b6464c1963
10 changed files with 38 additions and 18 deletions
|
@ -141,7 +141,7 @@ module Instructeurs
|
|||
end
|
||||
|
||||
def update_sort
|
||||
procedure_presentation.update_sort(params[:table], params[:column], params[:order])
|
||||
procedure_presentation.update_sort(params[:facet_id], params[:order])
|
||||
|
||||
redirect_back(fallback_location: instructeur_procedure_url(procedure))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue