forked from Yara724/api
Merge pull request 'Fixed blame status after v4/v5 flows gets completed' (#187) from s.yahyaee/yara724-api:main into main
Reviewed-on: Yara724/api#187
This commit is contained in:
@@ -9394,7 +9394,7 @@ export class RequestManagementService {
|
|||||||
]);
|
]);
|
||||||
req.workflow.currentStep = WorkflowStep.WAITING_FOR_GUILT_DECISION;
|
req.workflow.currentStep = WorkflowStep.WAITING_FOR_GUILT_DECISION;
|
||||||
req.workflow.nextStep = WorkflowStep.WAITING_FOR_SIGNATURES;
|
req.workflow.nextStep = WorkflowStep.WAITING_FOR_SIGNATURES;
|
||||||
req.status = CaseStatus.WAITING_FOR_EXPERT;
|
req.status = CaseStatus.COMPLETED;
|
||||||
|
|
||||||
if (!Array.isArray(req.history)) req.history = [];
|
if (!Array.isArray(req.history)) req.history = [];
|
||||||
req.history.push({
|
req.history.push({
|
||||||
@@ -9752,7 +9752,7 @@ export class RequestManagementService {
|
|||||||
]);
|
]);
|
||||||
req.workflow.currentStep = WorkflowStep.WAITING_FOR_GUILT_DECISION;
|
req.workflow.currentStep = WorkflowStep.WAITING_FOR_GUILT_DECISION;
|
||||||
req.workflow.nextStep = WorkflowStep.WAITING_FOR_SIGNATURES;
|
req.workflow.nextStep = WorkflowStep.WAITING_FOR_SIGNATURES;
|
||||||
req.status = CaseStatus.WAITING_FOR_EXPERT;
|
req.status = CaseStatus.COMPLETED;
|
||||||
|
|
||||||
if (!Array.isArray(req.history)) req.history = [];
|
if (!Array.isArray(req.history)) req.history = [];
|
||||||
req.history.push({
|
req.history.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user