Skip to content

Commit

Permalink
Fix EntityLogItem.Type calculation #1533
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Shipilov committed Jun 4, 2019
1 parent 2adf896 commit 71f1442
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ protected void computeChanges(EntityLogItem itemToSave, List<EntityLogItem> same
});
}

sameEntityList.addAll(dynamicAttributeChanges);

Properties properties = new Properties();

for (EntityLogAttr attr : itemToSave.getAttributes()) {
Expand Down

0 comments on commit 71f1442

Please sign in to comment.