Pull request #508: RED-5981 remove from dictionary pending analhysis
Merge in RED/redaction-service from RED-5981 to master * commit 'd2eeaa91a6857b779996e5f5e9254bd4a460ac63': RED-5981 remove from dictionary pending analhysis
This commit is contained in:
commit
3c79e65345
@ -257,11 +257,11 @@ public class RedactionLogMergeService {
|
|||||||
if (manualOverrideReason != null) {
|
if (manualOverrideReason != null) {
|
||||||
redactionLogEntry.setReason(manualOverrideReason);
|
redactionLogEntry.setReason(manualOverrideReason);
|
||||||
}
|
}
|
||||||
|
|
||||||
redactionLogEntry.getManualChanges()
|
|
||||||
.add(ManualChange.from(manualRemoval)
|
|
||||||
.withManualRedactionType(manualRemoval.isRemoveFromDictionary() ? ManualRedactionType.REMOVE_FROM_DICTIONARY : ManualRedactionType.REMOVE_LOCALLY));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
redactionLogEntry.getManualChanges()
|
||||||
|
.add(ManualChange.from(manualRemoval)
|
||||||
|
.withManualRedactionType(manualRemoval.isRemoveFromDictionary() ? ManualRedactionType.REMOVE_FROM_DICTIONARY : ManualRedactionType.REMOVE_LOCALLY));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mrw.getItem() instanceof ManualForceRedaction) {
|
if (mrw.getItem() instanceof ManualForceRedaction) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user