Merge remote-tracking branch 'origin/v8/feature/version-history-cleanup-ui' into v9/feature/merge_and_clean_history_cleanup

# Conflicts:
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/ContentTypeRepository.cs
This commit is contained in:
Bjarke Berg
2021-11-02 09:45:45 +01:00

View File

@@ -236,6 +236,7 @@ namespace Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
PersistNewBaseContentType(entity);
PersistTemplates(entity, false);
PersistHistoryCleanup(entity);
entity.ResetDirtyProperties();
}