mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
[PM-10361] Remove Group.AccessAll from code (#4614)
* Remove Group.AccessAll from code * Add shadow property config and migration
This commit is contained in:
@ -38,7 +38,6 @@ public class PutGroupCommandTests
|
||||
var expectedResult = new Group
|
||||
{
|
||||
Id = group.Id,
|
||||
AccessAll = group.AccessAll,
|
||||
ExternalId = group.ExternalId,
|
||||
Name = displayName,
|
||||
OrganizationId = group.OrganizationId
|
||||
@ -77,7 +76,6 @@ public class PutGroupCommandTests
|
||||
var expectedResult = new Group
|
||||
{
|
||||
Id = group.Id,
|
||||
AccessAll = group.AccessAll,
|
||||
ExternalId = group.ExternalId,
|
||||
Name = displayName,
|
||||
OrganizationId = group.OrganizationId
|
||||
|
Reference in New Issue
Block a user