Fixed issue with history cleanup not persisted on first save
This commit is contained in:
@@ -236,6 +236,7 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
|
||||
|
||||
PersistNewBaseContentType(entity);
|
||||
PersistTemplates(entity, false);
|
||||
PersistHistoryCleanup(entity);
|
||||
|
||||
entity.ResetDirtyProperties();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user