Signal to the query that we're a cards view without hierarchies

This right now controls which context menu actions are shown,
such as the indent and outdent hierarchies
pull/10283/head
Oliver Günther 3 years ago
parent 204ef6479f
commit bc11dc20c5
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      frontend/src/app/features/calendar/op-calendar.service.ts

@ -301,6 +301,8 @@ export class OpCalendarService extends UntilDestroyedMixin {
{ n: 'status', o: '*', v: [] }, { n: 'status', o: '*', v: [] },
this.dateFilter(startDate, endDate), this.dateFilter(startDate, endDate),
], ],
dr: 'cards',
hi: false,
pp: OpCalendarService.MAX_DISPLAYED, pp: OpCalendarService.MAX_DISPLAYED,
pa: 1, pa: 1,
}; };

Loading…
Cancel
Save