update create event from document

This commit is contained in:
Peter Maquiran
2023-08-20 22:00:23 +01:00
parent f6c911fc32
commit fdce8db602
6 changed files with 48 additions and 29 deletions
@@ -113,6 +113,17 @@ export class DocumentSetUpMeetingPage implements OnInit {
) {
this.loggeduser = SessionStore.user;
this.document = this.navParams.get('document')
if(Array.isArray(this.document)) {
this.attachments = this.document
} else {
this.attachments = [this.document]
}
this.document = []
this.subject = this.navParams.get('subject')
this.postData = new Event();