RED-9378 - Update the value of the local entry to be added to match the resize value
This commit is contained in:
parent
856f09583a
commit
1d745c4c33
@ -304,6 +304,7 @@ public class ManualRedactionMapper {
|
||||
&& !request.isAddToAllDossiers()
|
||||
&& !request.getUpdateDictionary()
|
||||
&& entryIsEntityType(entityLogEntry)) {
|
||||
entityLogEntry.setValue(resizeRedactionRequest.getValue());
|
||||
manualRedactionEntryConsumer.accept(entityLogEntry);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user