Fixed issue with history cleanup not persisted on first save

This commit is contained in:
Bjarke Berg
2021-11-02 09:45:20 +01:00
parent c7e9e94996
commit b15f86c1c2

View File

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