RED-9140 - Add more information to changes
This commit is contained in:
parent
1d9903c3bf
commit
9a64c0f2d7
@ -282,7 +282,7 @@ public class EntityLogMergeService {
|
|||||||
public EntityLogEntry buildEntityLogEntry(ManualRedactionEntry manualRedactionEntry, int analysisNumber, DossierEntity dossier) {
|
public EntityLogEntry buildEntityLogEntry(ManualRedactionEntry manualRedactionEntry, int analysisNumber, DossierEntity dossier) {
|
||||||
|
|
||||||
List<ManualChange> manualChanges = new ArrayList<>();
|
List<ManualChange> manualChanges = new ArrayList<>();
|
||||||
manualChanges.add(ManualChangeFactory.toLocalManualChange(manualRedactionEntry, 0);
|
manualChanges.add(ManualChangeFactory.toLocalManualChange(manualRedactionEntry, 0));
|
||||||
|
|
||||||
List<Change> changes = new ArrayList<>();
|
List<Change> changes = new ArrayList<>();
|
||||||
changes.add(ChangeFactory.toChange(ChangeType.ADDED, manualRedactionEntry.getRequestDate(), analysisNumber));
|
changes.add(ChangeFactory.toChange(ChangeType.ADDED, manualRedactionEntry.getRequestDate(), analysisNumber));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user