RED-7991: Do not skip readded manual redactions
This commit is contained in:
parent
2358c01c97
commit
07a9fbc2e1
@ -90,9 +90,11 @@ public class ManualChangeOverwrite {
|
||||
}
|
||||
}
|
||||
|
||||
if(manualChange instanceof ManualRedactionEntry){
|
||||
if(manualChange instanceof ManualRedactionEntry manualRedactionEntry){
|
||||
removed = false;
|
||||
ignored = false;
|
||||
applied = true;
|
||||
legalBasis = manualRedactionEntry.getLegalBasis();
|
||||
}
|
||||
|
||||
if (manualChange instanceof ManualForceRedaction manualForceRedaction) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user