mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
[PM-25315] Mark enum EventType.Organization_CollectionManagement_Updated as obsolete for historical data reference (#6373)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user