show all options to event to approve

This commit is contained in:
Peter Maquiran
2024-07-12 10:23:02 +01:00
parent 186324832d
commit da8ac83a5b
9 changed files with 33 additions and 32 deletions
+3
View File
@@ -167,6 +167,7 @@ export class DelegarPage implements OnInit {
modal.onDidDismiss().then((data) => {
if(data) {
this.taskParticipants = []
data = data['data'];
const newAttendees: EventPerson[] = data['taskParticipants'];
const newAttendeesCC: EventPerson[] = data['taskParticipantsCc'];
@@ -179,6 +180,7 @@ export class DelegarPage implements OnInit {
await modal.present();
} else {
this.taskParticipants = []
this.showAttendees=true
}
}
@@ -234,6 +236,7 @@ export class DelegarPage implements OnInit {
dynamicSetIntervenient({taskParticipants}){
this.taskParticipants = taskParticipants;
this.showAttendees = false
}