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,
Message: this.eventProcess.workflowInstanceDataFields.Message,
EventRecurrence: {
Type: this.eventProcess.workflowInstanceDataFields.OccurrenceType,
Type: this.eventProcess.workflowInstanceDataFields.OccurrenceType || '-1',
LastOccurrence: this.eventProcess.workflowInstanceDataFields.LastOccurrence,
},
ParticipantsList: this.eventProcess.workflowInstanceDataFields.ParticipantsList,