RED-9116 - Properly mark entity log changes #393
@ -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