Pull request #381: RED-3915 - source id
Merge in RED/redaction-service from RED-3915 to master * commit 'f21e48e3d75c78e0ce5cf92a614e92e9c721eede': RED-3915 - source id
This commit is contained in:
commit
76dca41299
@ -54,6 +54,8 @@ public class RedactionLogEntry {
|
|||||||
|
|
||||||
private boolean excluded;
|
private boolean excluded;
|
||||||
|
|
||||||
|
private String sourceId;
|
||||||
|
|
||||||
@EqualsAndHashCode.Exclude
|
@EqualsAndHashCode.Exclude
|
||||||
@Builder.Default
|
@Builder.Default
|
||||||
private List<Change> changes = new ArrayList<>();
|
private List<Change> changes = new ArrayList<>();
|
||||||
|
|||||||
@ -345,6 +345,7 @@ public class RedactionLogMergeService {
|
|||||||
.isDossierDictionaryEntry(manualRedactionEntry.isAddToDossierDictionary())
|
.isDossierDictionaryEntry(manualRedactionEntry.isAddToDossierDictionary())
|
||||||
.legalBasis(manualRedactionEntry.getLegalBasis())
|
.legalBasis(manualRedactionEntry.getLegalBasis())
|
||||||
.value(manualRedactionEntry.getValue())
|
.value(manualRedactionEntry.getValue())
|
||||||
|
.sourceId(manualRedactionEntry.getSourceId())
|
||||||
.section(manualRedactionEntry.getSection())
|
.section(manualRedactionEntry.getSection())
|
||||||
.type(manualRedactionEntry.getType())
|
.type(manualRedactionEntry.getType())
|
||||||
.redacted(true)
|
.redacted(true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user