mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
commit
This commit is contained in:
@@ -95,7 +95,7 @@ export class EditEventPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
|
||||
modal.onDidDismiss().then((data) => {
|
||||
if (data['data'] != null)
|
||||
@@ -104,6 +104,7 @@ export class EditEventPage implements OnInit {
|
||||
this.loadedEvent.Attendees = newattendees;
|
||||
}
|
||||
});
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
getEventAttendees(): EventPerson[]
|
||||
|
||||
@@ -97,7 +97,7 @@ export class EventDetailModalPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
|
||||
modal.onDidDismiss().then((data) => {
|
||||
if (data['data'] != null)
|
||||
@@ -106,6 +106,8 @@ export class EventDetailModalPage implements OnInit {
|
||||
this.loadedEvent.Attendees = newattendees;
|
||||
}
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
getEventAttendees(): EventPerson[]
|
||||
|
||||
@@ -99,7 +99,7 @@ export class EventDetailPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
|
||||
modal.onDidDismiss().then((data) => {
|
||||
if (data['data'] != null)
|
||||
@@ -108,6 +108,7 @@ export class EventDetailPage implements OnInit {
|
||||
this.loadedEvent.Attendees = newattendees;
|
||||
}
|
||||
});
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
getEventAttendees(): EventPerson[]
|
||||
@@ -236,7 +237,7 @@ export class EventDetailPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
|
||||
modal.onDidDismiss().then((data) => {
|
||||
if (data['data'] != null)
|
||||
@@ -246,6 +247,8 @@ export class EventDetailPage implements OnInit {
|
||||
}
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -321,8 +321,9 @@ export class EventsPage implements OnInit {
|
||||
cssClass: 'event-detail',
|
||||
backdropDismiss: false
|
||||
});
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss();
|
||||
await modal.present();
|
||||
|
||||
}
|
||||
|
||||
@@ -337,8 +338,9 @@ export class EventsPage implements OnInit {
|
||||
cssClass: 'view-event',
|
||||
backdropDismiss: false
|
||||
});
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss();
|
||||
await modal.present();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user