fix apresentation labels

This commit is contained in:
Peter Maquiran
2024-06-19 15:56:39 +01:00
parent 992400894b
commit e310c2fa6f
7 changed files with 59 additions and 57 deletions
@@ -422,9 +422,12 @@ export class EditEventPage implements OnInit {
this.postEvent.Attendees = this.taskParticipants.concat(this.taskParticipantsCc);
try {
const events = []
this.agendaDataRepository.updateEvent(this.postEvent.EventId, this.postEvent, editAllEvent).subscribe((value) => {
console.log(value)
this.goBack();
this.httpErrorHandle.httpsSucessMessagge('Editar evento')
}, ((error) => {
console.log('edit event error: ', error)
}));
@@ -456,8 +459,6 @@ export class EditEventPage implements OnInit {
this.isEventEdited = true;
this.goBack();
this.httpErrorHandle.httpsSucessMessagge('Editar evento')
} catch (error) {
this.httpErrorHandle.httpStatusHandle(error)