Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v8/feature/version-history-clean…
Browse files Browse the repository at this point in the history
…up-ui' into v9/feature/merge_and_clean_history_cleanup

# Conflicts:
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentTypeRepository.cs
  • Loading branch information
bergmania committed Nov 2, 2021
2 parents 47827cd + b15f86c commit 6c628a4
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 6c628a4

Please sign in to comment.