mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user