RED-9378 - Update the value of the local entry to be added to match the resize value

This commit is contained in:
Andrei Isvoran 2024-06-20 14:32:08 +03:00
parent 856f09583a
commit 1d745c4c33

View File

@ -304,6 +304,7 @@ public class ManualRedactionMapper {
&& !request.isAddToAllDossiers()
&& !request.getUpdateDictionary()
&& entryIsEntityType(entityLogEntry)) {
entityLogEntry.setValue(resizeRedactionRequest.getValue());
manualRedactionEntryConsumer.accept(entityLogEntry);
}