mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
show all options to event to approve
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user