RED-7991: Do not skip readded manual redactions

This commit is contained in:
Dominique Eifländer 2023-11-29 15:17:14 +01:00
parent 2358c01c97
commit 07a9fbc2e1

View File

@ -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) {