RED-7934: Manual Redactions should be removed instead of ignored, when removed by id
This commit is contained in:
parent
f79838687e
commit
12a9b5029c
@ -82,7 +82,11 @@ public class ManualChangeOverwrite {
|
|||||||
|
|
||||||
if (manualChange instanceof IdRemoval) {
|
if (manualChange instanceof IdRemoval) {
|
||||||
applied = false;
|
applied = false;
|
||||||
ignored = true;
|
if (sortedManualChanges.get(0) instanceof ManualRedactionEntry) { // set to removed if it's a Manual Redaction
|
||||||
|
removed = true;
|
||||||
|
} else {
|
||||||
|
ignored = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (manualChange instanceof ManualForceRedaction manualForceRedaction) {
|
if (manualChange instanceof ManualForceRedaction manualForceRedaction) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user