Skip to content

Commit

Permalink
Fixed issue with history cleanup not persisted on first save
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Nov 2, 2021
1 parent c7e9e94 commit b15f86c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ protected override void PersistNewItem(IContentType entity)

PersistNewBaseContentType(entity);
PersistTemplates(entity, false);
PersistHistoryCleanup(entity);

entity.ResetDirtyProperties();
}
Expand Down

0 comments on commit b15f86c

Please sign in to comment.