YARA-1169

This commit is contained in:
SepehrYahyaee
2026-08-16 10:18:43 +03:30
parent 7259eec949
commit 85d7881b2b
2 changed files with 48 additions and 2 deletions

View File

@@ -10049,7 +10049,9 @@ export class RequestManagementService {
}
if (
claim.workflow?.currentStep !==
ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS
ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS &&
claim.workflow?.currentStep !==
ClaimWorkflowStep.USER_SUBMISSION_COMPLETE
) {
throw new BadRequestException(
"Complete capture-part (parts, angles, and capture-phase documents) before the blame accident video.",