mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
[AC-1978] Fix issue that allows the web app to have the user type Manager available
This commit is contained in:
@ -64,7 +64,10 @@ public class OrganizationUserOrganizationDetailsViewQuery : IQuery<OrganizationU
|
|||||||
AccessSecretsManager = ou.AccessSecretsManager,
|
AccessSecretsManager = ou.AccessSecretsManager,
|
||||||
UsePasswordManager = o.UsePasswordManager,
|
UsePasswordManager = o.UsePasswordManager,
|
||||||
SmSeats = o.SmSeats,
|
SmSeats = o.SmSeats,
|
||||||
SmServiceAccounts = o.SmServiceAccounts
|
SmServiceAccounts = o.SmServiceAccounts,
|
||||||
|
LimitCollectionCreationDeletion = o.LimitCollectionCreationDeletion,
|
||||||
|
AllowAdminAccessToAllCollectionItems = o.AllowAdminAccessToAllCollectionItems,
|
||||||
|
FlexibleCollections = o.FlexibleCollections
|
||||||
};
|
};
|
||||||
return query;
|
return query;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user