This commit is contained in:
tiago.kayaya
2021-09-15 14:19:16 +01:00
parent db851e95dd
commit 0e8cb6258a
2 changed files with 5 additions and 10 deletions
@@ -173,7 +173,9 @@ export class DocumentDetailPage implements OnInit {
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss();
modal.onDidDismiss().then(res=>{
this.location.back();
});
}
/* async openBookMeetingModal() {
@@ -238,16 +238,9 @@ export class DocumentSetUpMeetingPage implements OnInit {
HasAttachments: false,
EventRecurrence: {
Type: this.EventRecurrenceType,
LastOccurrence: this.Occurrence
LastOccurrence: this.Occurrence,
},
Attachments: this.docs, /* [
{
"Source": 1,
"SourceId": 121367,
"SourceName": "sample string 5",
"ApplicationId": 8
}
], */
Attachments: this.docs,
}
console.log(postEvent);