sort happening at the same time events by room order
This commit is contained in:
parent
b539f822fc
commit
5b312459d0
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ module ApplicationHelper
|
||||||
concurrent_events << other_event_schedule.event
|
concurrent_events << other_event_schedule.event
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
concurrent_events
|
concurrent_events.sort_by { |event_schedule| event_schedule.room&.order }
|
||||||
end
|
end
|
||||||
|
|
||||||
def speaker_links(event)
|
def speaker_links(event)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue