We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42db26 commit eff5907Copy full SHA for eff5907
app/routes/events/view/tickets/index.js
@@ -11,7 +11,7 @@ export default class IndexRoute extends Route {
11
async model() {
12
return hash({
13
orderStats : this.modelFor('events.view').query('orderStatistics', {}),
14
- tickets : this.modelFor('events.view').query('tickets', {}),
+ tickets : this.modelFor('events.view').query('tickets', {'page[size]': 0}),
15
eventDetail : this.modelFor('events.view')
16
});
17
}
0 commit comments