This commit is contained in:
Peter Maquiran
2021-11-03 16:11:57 +01:00
parent 900586f1d9
commit a693afd1d7
2 changed files with 2 additions and 2 deletions
@@ -301,7 +301,7 @@ export class EditEventToApprovePage implements OnInit {
IsRecurring: this.eventProcess.workflowInstanceDataFields.IsRecurring, 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 || '-1',
LastOccurrence: this.eventProcess.workflowInstanceDataFields.LastOccurrence, LastOccurrence: this.eventProcess.workflowInstanceDataFields.LastOccurrence,
}, },
ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList, ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList,
@@ -56,7 +56,7 @@ export class EventListPage implements OnInit {
} }
ngOnChanges() { ngOnChanges() {
//this.LoadToApproveEvents(); this.LoadToApproveEvents();
} }
segmentChanged(ev: any) { segmentChanged(ev: any) {