File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,8 @@ const actions: ActionTree<JobState, RootState> = {
513
513
'systemJobEnumId' : job . systemJobEnumId ,
514
514
'recurrenceTimeZone' : this . state . user . current . userTimeZone ,
515
515
'tempExprId' : job . jobStatus ,
516
- 'statusId' : "SERVICE_PENDING"
516
+ 'statusId' : "SERVICE_PENDING" ,
517
+ 'runTimeEpoch' : ''
517
518
} as any
518
519
519
520
job ?. runTime && ( payload [ 'runTime' ] = job . runTime )
@@ -650,7 +651,8 @@ const actions: ActionTree<JobState, RootState> = {
650
651
'runTime' : updatedRunTime ,
651
652
'systemJobEnumId' : job . systemJobEnumId ,
652
653
'recurrenceTimeZone' : this . state . user . current . userTimeZone ,
653
- 'statusId' : "SERVICE_PENDING"
654
+ 'statusId' : "SERVICE_PENDING" ,
655
+ 'runTimeEpoch' : ''
654
656
} as any
655
657
656
658
const resp = await JobService . updateJob ( payload )
You can’t perform that action at this time.
0 commit comments