RED-3915 - source id

This commit is contained in:
Timo Bejan 2022-04-25 15:46:04 +03:00
parent bbd60e4bf4
commit f21e48e3d7
2 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ public class RedactionLogEntry {
private boolean excluded;
private String sourceId;
@EqualsAndHashCode.Exclude
@Builder.Default
private List<Change> changes = new ArrayList<>();

View File

@ -345,6 +345,7 @@ public class RedactionLogMergeService {
.isDossierDictionaryEntry(manualRedactionEntry.isAddToDossierDictionary())
.legalBasis(manualRedactionEntry.getLegalBasis())
.value(manualRedactionEntry.getValue())
.sourceId(manualRedactionEntry.getSourceId())
.section(manualRedactionEntry.getSection())
.type(manualRedactionEntry.getType())
.redacted(true)