Skip to content

Commit d776537

Browse files
authored
fix #9123 arrange rooms in position (#9124)
* Update side-panel.ts * Update side-panel.hbs * Update side-panel.hbs * Update side-panel.ts * Update schedule.js
1 parent 249a49a commit d776537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class ScheduleRoute extends Route {
1515

1616
return hash({
1717
sessions : this.getSessions(event),
18-
microlocations : event.query('microlocations', {}),
18+
microlocations : event.query('microlocations', { 'sort': 'position' }),
1919
event
2020
});
2121
}

0 commit comments

Comments
 (0)