fix ageanda update

This commit is contained in:
Peter Maquiran
2024-06-19 18:55:36 +01:00
parent 1ccc7a9fc9
commit 34dbd84f86
4 changed files with 13 additions and 12 deletions
@@ -374,6 +374,8 @@ export class EditEventToApprovePage implements OnInit {
/* await this.eventsService.postEventToApproveEdit(event).toPromise() */
this.agendaDataRepository.updateEvent(this.eventProcess.serialNumber, event, false).subscribe((value) => {
console.log(value)
this.close()
}, ((error) => {
console.log('edit event error: ', error)
}));
@@ -402,8 +404,6 @@ export class EditEventToApprovePage implements OnInit {
}));
}
this.close()
this.httpErrorHandler.httpsSucessMessagge('Editar evento');
} catch (e) {
@@ -577,7 +577,7 @@ export class EditEventToApprovePage implements OnInit {
this.loadedAttachments = result
//
//
}
deleteAttachment(attachment: Attachment, index) {