-
Notifications
You must be signed in to change notification settings - Fork 6
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
NFDIV-3985 Send letter to applicant when new paper case is created #4141
base: master
Are you sure you want to change the base?
Conversation
CCD diff reportNo change |
...main/java/uk/gov/hmcts/divorce/document/content/PaperApplicationReceivedTemplateContent.java
Outdated
Show resolved
Hide resolved
CCD diff reportNo change |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has been stalled for 2 days with no activity. |
CCD diff reportNo change |
1 similar comment
CCD diff reportNo change |
CCD diff reportNo change |
CCD diff reportNo change |
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
@@ -69,10 +78,35 @@ private Document generateDocument(final long caseId, | |||
final Applicant applicant, | |||
final CaseData caseData) { | |||
|
|||
boolean isApplicant1 = applicant == caseData.getApplicant1(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be fine as it is, but I think we'd usually use .equals() here to do the check based on object equality (values of the instance vars due to the Lombok Data annotation) rather than references in memory?
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
CCD diff reportFixedLists/DocumentType.json
FixedLists/ConfidentialDocumentsReceived.json
|
Change description
When a new paper case is created via the bulk scanning process, a letter must be sent to the applicant confirming the receipt of application.
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/NFDIV-3985