Merge pull request #3450 from crazyserver/MOBILE-3936
MOBILE-3936 calendar: Fix default reminders not being created
This commit is contained in:
commit
15877e0697
@ -1540,7 +1540,7 @@ export class AddonCalendarProvider {
|
||||
}
|
||||
|
||||
if (addDefaultReminder) {
|
||||
this.addDefaultEventReminder(eventRecord, site.getId());
|
||||
await this.addDefaultEventReminder(eventRecord, site.getId());
|
||||
}
|
||||
|
||||
await site.getDb().insertRecord(EVENTS_TABLE, eventRecord);
|
||||
|
Loading…
x
Reference in New Issue
Block a user