mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Melhorias na opção Back do EventDetails. Melhorias na actualização de dados da Agenda.
This commit is contained in:
@@ -45,7 +45,7 @@ export class CalModalPage implements AfterViewInit {
|
||||
|
||||
save(){
|
||||
this.eventService.postEvent(this.postEvent, this.postEvent.CalendarName).subscribe();
|
||||
this.modalCtrl.dismiss();
|
||||
this.modalCtrl.dismiss(this.postEvent);
|
||||
}
|
||||
|
||||
onViewTitleChanged(title){
|
||||
@@ -58,7 +58,7 @@ export class CalModalPage implements AfterViewInit {
|
||||
}
|
||||
|
||||
close(){
|
||||
this.modalCtrl.dismiss();
|
||||
this.modalCtrl.dismiss(this.postEvent);
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,6 @@ export class CalModalPage implements AfterViewInit {
|
||||
});
|
||||
}
|
||||
this.postEvent.Attendees = this.eventAttendees;
|
||||
console.log(this.eventAttendees);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user