RED-632: Set status DECLINED in RedactionLog for manual removals that are DECLINED
This commit is contained in:
parent
1792eb554e
commit
85d73dae47
@ -134,6 +134,8 @@ public class AnnotationHighlightService {
|
||||
requestedToRemove = true;
|
||||
manualOverrideReason = entity.getRedactionReason() + ", requested to remove";
|
||||
redactionLogEntry.setStatus(Status.REQUESTED);
|
||||
} else {
|
||||
redactionLogEntry.setStatus(Status.DECLINED);
|
||||
}
|
||||
|
||||
entity.setRedactionReason(manualOverrideReason != null ? manualOverrideReason : entity.getRedactionReason());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user