Skip to content

Commit

Permalink
Improved: the comment message(#2dmgzqb)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed May 26, 2022
1 parent b721b73 commit c0e5810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SaveThresholdModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/job/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const actions: ActionTree<JobState, RootState> = {
'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
Expand Down

0 comments on commit c0e5810

Please sign in to comment.