Skip to content

DTSSTCI-1441 - endpoints poc#2394

Open
ed14537 wants to merge 6 commits intomasterfrom
DTSSTCI-00
Open

DTSSTCI-1441 - endpoints poc#2394
ed14537 wants to merge 6 commits intomasterfrom
DTSSTCI-00

Conversation

@ed14537
Copy link
Copy Markdown
Contributor

@ed14537 ed14537 commented Jan 13, 2026

Change description

Enter a description.

JIRA link

https://tools.hmcts.net/jira/browse/DTSSTCI-

Before merging a pull request make sure that:

  • tests have been updated / new tests has been added (if needed)
  • README and other documentation has been updated / added (if needed)
  • enable-e2e-tests label can be used to run the e2e tests before QA handover and before release (required)

If this ticket will have any visible impact on users and is not behind a feature toggle, make sure that:

  • this ticket has been reviewed by QA
  • the user story has been signed off by the PO

Note that bug fixes, dependency updates and technical tasks do not directly impact the user experience and can be merged without QA and PO review.

If this user story cannot be immediately merged find a way to put it behind a feature toggle and get it merged.

correspondences.add(correspondenceListValue);
}

blobCase.getCicCase().setApplicantDocuments(blobCase.getCicCase().getApplicantDocumentsUploaded());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

To me this line is unnecessary, and it is even causing documents to appear twice in case file view - frontend should just read from ApplicantDocumentsUploaded rather than creating a whole new variable which just holds duplicate values

label = "Applicant's full name",
access = {DefaultAccess.class, CaseworkerWithCAAAccess.class, CitizenAccess.class}
)
private List<ListValue<CaseworkerCICDocument>> applicantDocuments;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

See comment in CicCaseView - this var is unnecessary when applicantDocumentsUploaded exists

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