fix(groupe_instructeur): add explicit order to groupe_instructeurs
This commit is contained in:
parent
7d340ade8c
commit
5e87539d6d
9 changed files with 19 additions and 19 deletions
|
@ -77,7 +77,6 @@ module Instructeurs
|
|||
.where(procedure: procedure)
|
||||
.page(params[:page])
|
||||
.per(ITEMS_PER_PAGE)
|
||||
.order(:label)
|
||||
end
|
||||
|
||||
def paginated_instructeurs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue