Merge branch 'RED-5449' into 'master'

RED-5449: Wrong behaviour of imported redactions only from PREVIEW-File

Closes RED-5449

See merge request redactmanager/persistence-service!320
This commit is contained in:
Maverick Studer 2024-01-24 09:21:23 +01:00
commit 7455628790

View File

@ -21,4 +21,6 @@ public class ImportedRedaction {
@Builder.Default
private List<Position> positions = new ArrayList<>();
private String value;
}