Attendess for new event for agenda

This commit is contained in:
Peter Maquiran
2021-04-08 15:45:45 +01:00
parent 31c7a73163
commit f059d41ef6
5 changed files with 30 additions and 17 deletions
@@ -132,10 +132,21 @@ export class NewEventPage implements OnInit {
this.setIntervenientCC.emit([]);
}
async openAttendees(){
this.saveTemporaryData();
this.openAttendeesComponent.emit();
async addParticipants() {
this.openAttendeesComponent.emit({
type: "intervenient"
});
this.clearContact.emit();
}
async addParticipantsCc() {
this.openAttendeesComponent.emit({
type: "CC"
});
this.clearContact.emit();
}
saveTemporaryData(){