mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -228,26 +228,25 @@ export class EditEventToApproveComponent implements OnInit {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const event: any = {
|
const event: any = {
|
||||||
Agenda: this.eventProcess.workflowInstanceDataFields.Agenda,
|
SerialNumber: this.eventProcess.serialNumber,
|
||||||
Body: this.eventProcess.workflowInstanceDataFields.Body,
|
Body: this.eventProcess.workflowInstanceDataFields.Body,
|
||||||
EndDate: this.eventProcess.workflowInstanceDataFields.EndDate,
|
|
||||||
EventType: this.eventProcess.workflowInstanceDataFields.EventType,
|
|
||||||
IsAllDayEvent: this.eventProcess.workflowInstanceDataFields.IsAllDayEvent,
|
|
||||||
IsRecurring: this.eventProcess.workflowInstanceDataFields.IsRecurring,
|
|
||||||
Location: this.eventProcess.workflowInstanceDataFields.Location,
|
Location: this.eventProcess.workflowInstanceDataFields.Location,
|
||||||
Subject: this.eventProcess.workflowInstanceDataFields.Subject,
|
Subject: this.eventProcess.workflowInstanceDataFields.Subject,
|
||||||
SerialNumber: this.eventProcess.serialNumber,
|
|
||||||
StartDate: this.eventProcess.workflowInstanceDataFields.StartDate,
|
StartDate: this.eventProcess.workflowInstanceDataFields.StartDate,
|
||||||
MDEmail: this.eventProcess.workflowInstanceDataFields.MDEmail,
|
EndDate: this.eventProcess.workflowInstanceDataFields.EndDate,
|
||||||
|
ReviewUserComment: '',
|
||||||
MDName: this.eventProcess.workflowInstanceDataFields.MDName,
|
MDName: this.eventProcess.workflowInstanceDataFields.MDName,
|
||||||
|
MDEmail: this.eventProcess.workflowInstanceDataFields.MDEmail,
|
||||||
|
IsAllDayEvent: this.eventProcess.workflowInstanceDataFields.IsAllDayEvent,
|
||||||
|
Status: null,
|
||||||
|
EventType: this.eventProcess.workflowInstanceDataFields.EventType,
|
||||||
|
IsRecurring: this.eventProcess.workflowInstanceDataFields.IsRecurring,
|
||||||
Message: this.eventProcess.workflowInstanceDataFields.Message,
|
Message: this.eventProcess.workflowInstanceDataFields.Message,
|
||||||
EventRecurrence: {
|
EventRecurrence: {
|
||||||
Type: this.eventProcess.workflowInstanceDataFields.OccurrenceType,
|
Type: this.eventProcess.workflowInstanceDataFields.OccurrenceType,
|
||||||
LastOccurrence: this.eventProcess.workflowInstanceDataFields.LastOccurrence,
|
LastOccurrence: this.eventProcess.workflowInstanceDataFields.LastOccurrence,
|
||||||
},
|
},
|
||||||
ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList,
|
ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList,
|
||||||
Private: false,
|
|
||||||
ReviewUserComment: ''
|
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(event);
|
console.log(event);
|
||||||
|
|||||||
Reference in New Issue
Block a user