This commit is contained in:
tiago.kayaya
2021-06-21 10:21:09 +01:00
parent fa26e39446
commit 22428ec554
17 changed files with 38 additions and 26 deletions
@@ -29,7 +29,7 @@ export class BookMeetingModalPage implements OnInit {
task: any;
taskParticipants: EventPerson[] = [];
taskParticipants: EventPerson[];
taskParticipantsCc: EventPerson[] = [];
taskDocId:string;
@@ -45,6 +45,7 @@ export class BookMeetingModalPage implements OnInit {
formLocationSatus: boolean = false;
showAttendees= false;
loggeduser: User;
emptyTextDescription = "Sem intervenientes selecionados";
constructor(
private modalController: ModalController,
@@ -57,6 +58,7 @@ export class BookMeetingModalPage implements OnInit {
private animationController: AnimationController,
private toastService: ToastService,
) {
this.taskParticipants = [];
this.loggeduser = authService.ValidatedUser;
this.task = this.navParams.get('task');
this.postData = new Event();