Skip to content

Commit b15f86c

Browse files
committed
Fixed issue with history cleanup not persisted on first save
1 parent c7e9e94 commit b15f86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Core/Persistence/Repositories/Implement/ContentTypeRepository.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ protected override void PersistNewItem(IContentType entity)
236236

237237
PersistNewBaseContentType(entity);
238238
PersistTemplates(entity, false);
239+
PersistHistoryCleanup(entity);
239240

240241
entity.ResetDirtyProperties();
241242
}

0 commit comments

Comments
 (0)