Skip to content

Commit

Permalink
LPS-103207 No need to update classed model when we propagate fragment…
Browse files Browse the repository at this point in the history
… entry changes
  • Loading branch information
pavel-savinov authored and brianchandotcom committed Nov 14, 2019
1 parent b70101e commit 518fba5
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -479,10 +479,6 @@ public void updateLatestChanges(long fragmentEntryLinkId)
fragmentEntry.getConfiguration());
fragmentEntryLink.setLastPropagationDate(new Date());

updateClassedModel(
fragmentEntryLink.getClassNameId(),
fragmentEntryLink.getClassPK());

fragmentEntryLinkPersistence.update(fragmentEntryLink);
}
}
Expand Down

0 comments on commit 518fba5

Please sign in to comment.