Skip to content

Commit

Permalink
CIV-14675 Update dashboard for defendant (#5114)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnny Vineall <[email protected]>
Co-authored-by: Paul Pearson <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 325354c commit 4fa2477
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,10 @@ public boolean defendantRespondedWithPreferredLanguageWelsh() {
}

public boolean isWaitingForClaimantIntentDocUpload() {
return false;
return caseData.isRespondentResponseFullDefence()
&& caseData.getApplicant1ResponseDate() != null
&& caseData.getCcdState() == CaseState.AWAITING_APPLICANT_INTENTION
&& caseData.isClaimantBilingual();
}

@Override
Expand Down

0 comments on commit 4fa2477

Please sign in to comment.