Merge pull request #3450 from crazyserver/MOBILE-3936
MOBILE-3936 calendar: Fix default reminders not being createdmain
commit
15877e0697
|
@ -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