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:
commit
0acc731113
@ -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