Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-07-15 16:19:33 +01:00
4 changed files with 19 additions and 28 deletions
@@ -200,9 +200,11 @@ export class EditEventPage implements OnInit {
let body = {
"EventId": this.postEvent.EventId,
"CalendarDestinationName": this.postEvent.CalendarName,
}
console.log(body);
}
try {
await this.eventsService.changeAgenda(body).toPromise();
} catch (error) {}
}
this.toastService.successMessage();