This commit is contained in:
Peter Maquiran
2021-06-16 15:58:44 +01:00
parent 629db09c62
commit e2b38761c2
17 changed files with 131 additions and 41 deletions
@@ -168,7 +168,6 @@ export class NewEventPage implements OnInit {
this.postEvent.Attendees = this.taskParticipants.concat(this.taskParticipantsCc);
if(this.documents.length >= 0) {
this.postEvent.HasAttachments = true;
}
@@ -254,7 +253,7 @@ export class NewEventPage implements OnInit {
}
}
afterSave(){
afterSave() {
this.deleteTemporaryData();
this.onAddEvent.emit(this.postEvent);