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