Pull request #257: RED-2482: Always redact manual justification changes
Merge in RED/redaction-service from RED-2482 to release/2.52.x * commit '90456602b0facabb99804d81f748bd0f13bbb0fa': RED-2482: Always redact manual justification changes
This commit is contained in:
commit
46e7c83153
@ -190,6 +190,7 @@ public class RedactionLogMergeService {
|
||||
String manualOverrideReason = null;
|
||||
if (manualLegalBasisChange.getStatus().equals(Status.APPROVED)) {
|
||||
redactionLogEntry.setStatus(Status.APPROVED);
|
||||
redactionLogEntry.setRedacted(true);
|
||||
manualOverrideReason = mergeReasonIfNecessary(redactionLogEntry.getReason(), ", legal basis was manually changed");
|
||||
redactionLogEntry.setLegalBasis(manualLegalBasisChange.getLegalBasis());
|
||||
} else if (manualLegalBasisChange.getStatus().equals(Status.REQUESTED)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user