Skip to content

Commit

Permalink
Merge branch 'master' into feat/CIV-12881
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/uk/gov/hmcts/reform/civil/notify/NotificationsProperties.java
  • Loading branch information
Omaira-Melo-Hmcts committed Jun 12, 2024
2 parents 9c5413d + 007ace7 commit ee2ab5b
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ public class NotificationsProperties {
@NotEmpty
private String mediationUnsuccessfulLIPTemplate;

@NotEmpty
private String mediationUnsuccessfulLIPTemplateWelsh;

@NotEmpty
private String mediationUnsuccessfulDefendantLIPTemplate;

Expand Down Expand Up @@ -434,6 +437,9 @@ public class NotificationsProperties {
@NotEmpty
private String notifyClaimantLipHelpWithFees;

@NotEmpty
private String notifyClaimantLipHelpWithFeesWelsh;

@NotEmpty
private String notifyClaimantAfterClaimIssue;

Expand Down Expand Up @@ -542,6 +548,9 @@ public class NotificationsProperties {
@NotEmpty
private String notifyLipSuccessfulMediation;

@NotEmpty
private String notifyLipSuccessfulMediationWelsh;

@NotEmpty
private String notifyLrDefendantSuccessfulMediation;

Expand Down Expand Up @@ -583,8 +592,16 @@ public class NotificationsProperties {

@NotEmpty
private String notifyDJNonDivergentSpecDefendantTemplate;

@NotEmpty
private String hearingNotificationLipDefendantTemplateWelsh;

@NotEmpty
private String evidenceUploadLipTemplateWelsh;

@NotEmpty
private String notifyClaimantLRJudgmentByAdmissionTemplate;

@NotEmpty
private String notifyDefendantLIPJudgmentByAdmissionTemplate;
}

0 comments on commit ee2ab5b

Please sign in to comment.