Skip to content

Commit

Permalink
Revert "Remove superfluous order statement, the relation is already o…
Browse files Browse the repository at this point in the history
…rdered"

This reverts commit cc93a19.
  • Loading branch information
daniel-illi authored Oct 15, 2024
1 parent cc93a19 commit 225c159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/youth/event/lists_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def courses_for_bsv_export
course_filters
.to_scope
.includes(participations: [:roles, person: :location])
.order("start_at")
end

def dates_from_to
Expand Down

0 comments on commit 225c159

Please sign in to comment.