MOBILE-3936 calendar: Fix default reminders not being created
parent
cd8f81d332
commit
11f1706af9
|
@ -1540,7 +1540,7 @@ export class AddonCalendarProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (addDefaultReminder) {
|
if (addDefaultReminder) {
|
||||||
this.addDefaultEventReminder(eventRecord, site.getId());
|
await this.addDefaultEventReminder(eventRecord, site.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
await site.getDb().insertRecord(EVENTS_TABLE, eventRecord);
|
await site.getDb().insertRecord(EVENTS_TABLE, eventRecord);
|
||||||
|
|
Loading…
Reference in New Issue