Merge pull request #3762 from NoelDeMartin/MOBILE-4349
MOBILE-4349 timeline: Excluded suspended events
This commit is contained in:
commit
e2e4ec5353
@ -174,6 +174,7 @@ export class AddonBlockTimelineProvider {
|
|||||||
const data: AddonCalendarGetActionEventsByTimesortWSParams = {
|
const data: AddonCalendarGetActionEventsByTimesortWSParams = {
|
||||||
timesortfrom,
|
timesortfrom,
|
||||||
limitnum,
|
limitnum,
|
||||||
|
limittononsuspendedevents: true,
|
||||||
};
|
};
|
||||||
if (afterEventId) {
|
if (afterEventId) {
|
||||||
data.aftereventid = afterEventId;
|
data.aftereventid = afterEventId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user