forked from Yara724/api
Fixed steps
This commit is contained in:
@@ -3892,9 +3892,9 @@ export class ClaimRequestManagementService {
|
||||
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
|
||||
'money.sheba': shebaNumber,
|
||||
'money.nationalCodeOfInsurer': nationalCode,
|
||||
'status': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS ,
|
||||
'workflow.currentStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
||||
'workflow.nextStep': ClaimWorkflowStep.USER_SUBMISSION_COMPLETE,
|
||||
'status': ClaimWorkflowStep.CAPTURE_PART_DAMAGES ,
|
||||
'workflow.currentStep': ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||
'workflow.nextStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
||||
$push: {
|
||||
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
|
||||
history: {
|
||||
|
||||
Reference in New Issue
Block a user