RED-5981 remove from dictionary pending analhysis
This commit is contained in:
parent
53a375b832
commit
d2eeaa91a6
@ -257,12 +257,12 @@ public class RedactionLogMergeService {
|
|||||||
if (manualOverrideReason != null) {
|
if (manualOverrideReason != null) {
|
||||||
redactionLogEntry.setReason(manualOverrideReason);
|
redactionLogEntry.setReason(manualOverrideReason);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
redactionLogEntry.getManualChanges()
|
redactionLogEntry.getManualChanges()
|
||||||
.add(ManualChange.from(manualRemoval)
|
.add(ManualChange.from(manualRemoval)
|
||||||
.withManualRedactionType(manualRemoval.isRemoveFromDictionary() ? ManualRedactionType.REMOVE_FROM_DICTIONARY : ManualRedactionType.REMOVE_LOCALLY));
|
.withManualRedactionType(manualRemoval.isRemoveFromDictionary() ? ManualRedactionType.REMOVE_FROM_DICTIONARY : ManualRedactionType.REMOVE_LOCALLY));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (mrw.getItem() instanceof ManualForceRedaction) {
|
if (mrw.getItem() instanceof ManualForceRedaction) {
|
||||||
var manualForceRedact = (ManualForceRedaction) mrw.getItem();
|
var manualForceRedact = (ManualForceRedaction) mrw.getItem();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user