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,
|
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
|
||||||
'money.sheba': shebaNumber,
|
'money.sheba': shebaNumber,
|
||||||
'money.nationalCodeOfInsurer': nationalCode,
|
'money.nationalCodeOfInsurer': nationalCode,
|
||||||
'status': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS ,
|
'status': ClaimWorkflowStep.CAPTURE_PART_DAMAGES ,
|
||||||
'workflow.currentStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
'workflow.currentStep': ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
'workflow.nextStep': ClaimWorkflowStep.USER_SUBMISSION_COMPLETE,
|
'workflow.nextStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
|
||||||
$push: {
|
$push: {
|
||||||
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
|
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
|
||||||
history: {
|
history: {
|
||||||
|
|||||||
Reference in New Issue
Block a user