Agenda automatic update edited event

This commit is contained in:
Peter Maquiran
2021-04-14 12:10:53 +01:00
parent 8828c319a4
commit ccc5b2d4ee
@@ -109,7 +109,6 @@ export class ViewEventPage implements OnInit {
async editEventDetail() {
const modal = await this.modalController.create({
component: EditEventPage,
componentProps: {
@@ -145,6 +144,7 @@ export class ViewEventPage implements OnInit {
if(res){
setTimeout(() => {
/* this.loadEvent(); */
this.loadEvent()
this.getAttachments();
}, 250);
this.isEventEdited = true;