From a14cc9f9329a3cca46863e68c3f62cb342568590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Tom=C3=A9?= <108268980+r-tome@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:32:31 +0100 Subject: [PATCH] [PM-25315] Mark enum EventType.Organization_CollectionManagement_Updated as obsolete for historical data reference (#6373) --- src/Core/AdminConsole/Enums/EventType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/AdminConsole/Enums/EventType.cs b/src/Core/AdminConsole/Enums/EventType.cs index c80dc2982c..8073938fc5 100644 --- a/src/Core/AdminConsole/Enums/EventType.cs +++ b/src/Core/AdminConsole/Enums/EventType.cs @@ -70,8 +70,8 @@ public enum EventType : int Organization_EnabledKeyConnector = 1606, Organization_DisabledKeyConnector = 1607, Organization_SponsorshipsSynced = 1608, - [Obsolete("Use other specific Organization_CollectionManagement events instead")] - Organization_CollectionManagement_Updated = 1609, // TODO: Will be removed in PM-25315 + [Obsolete("Kept for historical data. Use specific Organization_CollectionManagement events instead.")] + Organization_CollectionManagement_Updated = 1609, Organization_CollectionManagement_LimitCollectionCreationEnabled = 1610, Organization_CollectionManagement_LimitCollectionCreationDisabled = 1611, Organization_CollectionManagement_LimitCollectionDeletionEnabled = 1612,