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

DFPL-2514 If user uploading draft order is ctsc then use ctsc inbox. #5736

Merged
merged 8 commits into from
Dec 3, 2024
Prev Previous commit
Next Next commit
Fix checkstyle
  • Loading branch information
jamesrferguson1 committed Nov 26, 2024
commit 6a484f1581cb175ee587ef6f01e10853f2d6af44
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public void confidentialAdditionalApplicationUpdateCase(CaseData caseData,
}

private String getUploaderEmail() {
if(userService.isHmctsAdminUser()){
if (userService.isHmctsAdminUser()) {
return ctscEmailLookupConfiguration.getEmail();
}
return userService.getUserEmail();
Expand Down