a lot of changes

This commit is contained in:
Eudes Inácio
2023-09-06 21:23:21 +01:00
parent 9de3019446
commit fb1bd07ad0
25 changed files with 1187 additions and 482 deletions
@@ -190,6 +190,10 @@ export class EditEventPage implements OnInit {
})
}, 1000);
ngOnChanges(changes: any): void {
this.loadedEventAttachments = this.postEvent?.Attachments
}
close() {
this.modalController.dismiss();
}
@@ -421,7 +425,7 @@ export class EditEventPage implements OnInit {
this.isEventEdited = true;
await this.saveDocument()
/* await this.saveDocument() */
this.goBack();
}
@@ -595,6 +599,7 @@ export class EditEventPage implements OnInit {
this.loadedEventAttachments.push(ApplicationIdDocumentToSave)
this.postEvent.Attachments = this.loadedEventAttachments;
}
})