Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIV-15565 fix names for companies or organization #4848

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

laarmada
Copy link
Contributor

JIRA link

Request for reconsideration pages not replacing Claimant LR name

Change description

we are not covering when the claimant or defendant are companies or organization —> haven't: title + name +lastname.

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

@laarmada laarmada requested a review from a team as a code owner October 22, 2024 11:17
@laarmada laarmada requested review from dharmendrak and AbuSalamHMCTS and removed request for a team October 22, 2024 11:17
ss-evoco
ss-evoco previously approved these changes Oct 22, 2024
party = claim.applicant1;
}
return party.partyDetails.title + ' ' + party.partyDetails.firstName + ' ' + party.partyDetails.lastName;
return claim.caseRole == CaseRole.CLAIMANT ? claim.getClaimantFullName() : claim.getDefendantFullName();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not be sending the defendant name if claimant does the RRF and vice versa ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants