Skip to content

Commit

Permalink
Fix: Member types delete not captured.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Aug 28, 2024
1 parent d777605 commit 610fe13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uSync.BackOffice/uSyncBackOfficeBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ internal static void AddHandlerNotifications(this IUmbracoBuilder builder)
builder.AddNotificationHandler<MemberTypeSavedNotification, MemberTypeHandler>();
builder.AddNotificationHandler<MemberTypeSavedNotification, MemberTypeHandler>();
builder.AddNotificationHandler<MemberTypeMovedNotification, MemberTypeHandler>();
builder.AddNotificationHandler<MemberTypeDeletedNotification, MemberTypeHandler>();
builder.AddNotificationHandler<EntityContainerSavedNotification, MemberTypeHandler>();
builder.AddNotificationHandler<EntityContainerRenamedNotification, MemberTypeHandler>();

Expand Down

0 comments on commit 610fe13

Please sign in to comment.