mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
[PM-19423] Update an existing org with license should set UseRiskInsights flag (#5539)
This commit is contained in:
@ -313,5 +313,6 @@ public class Organization : ITableObject<Guid>, IStorableSubscriber, IRevisable,
|
||||
UseSecretsManager = license.UseSecretsManager;
|
||||
SmSeats = license.SmSeats;
|
||||
SmServiceAccounts = license.SmServiceAccounts;
|
||||
UseRiskInsights = license.UseRiskInsights;
|
||||
}
|
||||
}
|
||||
|
@ -148,7 +148,8 @@ public class SelfHostedOrganizationDetails : Organization
|
||||
LimitCollectionDeletion = LimitCollectionDeletion,
|
||||
LimitItemDeletion = LimitItemDeletion,
|
||||
AllowAdminAccessToAllCollectionItems = AllowAdminAccessToAllCollectionItems,
|
||||
Status = Status
|
||||
Status = Status,
|
||||
UseRiskInsights = UseRiskInsights,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user