diff --git a/src/components/SaveThresholdModal.vue b/src/components/SaveThresholdModal.vue index a43f7bb6..06e66940 100644 --- a/src/components/SaveThresholdModal.vue +++ b/src/components/SaveThresholdModal.vue @@ -185,7 +185,7 @@ export default defineComponent({ 'jobFields': { 'productStoreId': productStoreId, 'systemJobEnumId': job.systemJobEnumId, - 'tempExprId': 'EVERYDAY', // Need to remove this as we are passing frequency in SERVICE_TEMP_EXPR, Kept it for now for backward compatibility + 'tempExprId': 'EVERYDAY', // Need to remove this as we are passing frequency in SERVICE_TEMP_EXPR, currently kept it for backward compatibility 'maxRecurrenceCount': '-1', 'parentJobId': job.parentJobId, 'runAsUser': 'system', // default system, but empty in run now diff --git a/src/store/modules/job/actions.ts b/src/store/modules/job/actions.ts index 91ef4bfd..e3d8a719 100644 --- a/src/store/modules/job/actions.ts +++ b/src/store/modules/job/actions.ts @@ -312,7 +312,7 @@ const actions: ActionTree = { 'jobFields': { 'productStoreId': this.state.user.currentEComStore.productStoreId, 'systemJobEnumId': job.systemJobEnumId, - 'tempExprId': job.jobStatus, // Need to remove this as we are passing frequency in SERVICE_TEMP_EXPR, Kept it for now for backward compatibility + 'tempExprId': job.jobStatus, // Need to remove this as we are passing frequency in SERVICE_TEMP_EXPR, currently kept it for backward compatibility 'maxRecurrenceCount': '-1', 'parentJobId': job.parentJobId, 'runAsUser': 'system', // default system, but empty in run now