mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
Create LegacyCollectionsAuthorizationHandler and start to re-implement old logic
This commit is contained in:
@@ -345,6 +345,7 @@ public class CurrentContext : ICurrentContext
|
||||
&& (o.Permissions?.DeleteAssignedCollections ?? false)) ?? false);
|
||||
}
|
||||
|
||||
// TODO: move into the auth handler now so that we can have separate implementations depending on feature flag
|
||||
public async Task<bool> ViewAssignedCollections(Guid orgId)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user