Merge branch 'RED-7991' into 'master'

RED-7991: Do not skip readded manual redactions

Closes RED-7991

See merge request redactmanager/redaction-service!212
This commit is contained in:
Corina Olariu 2023-11-29 15:28:21 +01:00
commit 0acc731113

View File

@ -90,9 +90,11 @@ public class ManualChangeOverwrite {
} }
} }
if(manualChange instanceof ManualRedactionEntry){ if(manualChange instanceof ManualRedactionEntry manualRedactionEntry){
removed = false; removed = false;
ignored = false; ignored = false;
applied = true;
legalBasis = manualRedactionEntry.getLegalBasis();
} }
if (manualChange instanceof ManualForceRedaction manualForceRedaction) { if (manualChange instanceof ManualForceRedaction manualForceRedaction) {