Merge branch 'RED-9119-bp' into 'release/4.190.x'
RED-9116 - Properly mark entity log changes See merge request redactmanager/redaction-service!393
This commit is contained in:
commit
03c0f1a619
@ -50,6 +50,10 @@ public class EntityChangeLogService {
|
||||
entityLogEntry.getChanges().add(new Change(analysisNumber, changeType, now));
|
||||
}
|
||||
}
|
||||
|
||||
if (!previousEntity.equals(entityLogEntry)) {
|
||||
hasChanges = true;
|
||||
}
|
||||
}
|
||||
addRemovedEntriesAsRemoved(previousEntityLogEntries, newEntityLogEntries, analysisNumber, now);
|
||||
return hasChanges;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user