mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix colors
This commit is contained in:
@@ -255,6 +255,8 @@ export class EditEventToApprovePage implements OnInit {
|
||||
|
||||
async save() {
|
||||
|
||||
this.close()
|
||||
|
||||
this.injectValidation()
|
||||
this.runValidation()
|
||||
|
||||
@@ -263,8 +265,6 @@ export class EditEventToApprovePage implements OnInit {
|
||||
// set dates to eventProcess object
|
||||
this.getDatepickerData()
|
||||
|
||||
|
||||
|
||||
this.taskParticipantsCc.forEach( e => {
|
||||
e.IsRequired = false
|
||||
})
|
||||
@@ -300,11 +300,9 @@ export class EditEventToApprovePage implements OnInit {
|
||||
ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList,
|
||||
}
|
||||
|
||||
console.log(event);
|
||||
|
||||
try {
|
||||
await this.eventsService.postEventToApproveEdit(event).toPromise()
|
||||
this.close()
|
||||
|
||||
this.toastService.successMessage('Evento editado');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user