Skip to content

Commit

Permalink
Merge pull request #114 from shashwatbangar/#2hr4mzb
Browse files Browse the repository at this point in the history
Implemented: Code to show `import threshold jobs` in queued state on running tab(#2hr4mzb)
  • Loading branch information
adityasharma7 authored Aug 9, 2022
2 parents ceaf2db + 5e5e4c7 commit 5df14b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/store/modules/job/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,9 @@ const actions: ActionTree<JobState, RootState> = {
"systemJobEnumId_fld1_op": "equals",
"productStoreId": payload.eComStoreId,
"productStoreId_grp": "2",
"statusId": ["SERVICE_RUNNING", "SERVICE_QUEUED"],
"statusId_op": "in",
"systemJobEnumId_op": "not-empty",
"statusId_fld0_value": "SERVICE_RUNNING",
"statusId_fld0_op": "equals",
"statusId_fld0_grp": "1",
"statusId_fld1_value": "SERVICE_QUEUED",
"statusId_fld1_op": "equals",
"statusId_fld1_grp": "2",
},
"fieldList": [ "systemJobEnumId", "runTime", "tempExprId", "parentJobId", "serviceName", "jobId", "jobName", "statusId", "runtimeDataId" ],
"entityName": "JobSandbox",
Expand Down

0 comments on commit 5df14b7

Please sign in to comment.