mirror of
https://github.com/bitwarden/server
synced 2026-01-05 10:03:23 +00:00
[AC-1139] Marked obsolete Permissions EditAssignedCollections and DeleteAssignedCollections
This commit is contained in:
@@ -10,7 +10,9 @@ public class Permissions
|
||||
public bool CreateNewCollections { get; set; }
|
||||
public bool EditAnyCollection { get; set; }
|
||||
public bool DeleteAnyCollection { get; set; }
|
||||
[Obsolete("Pre-Flexible Collections logic.")]
|
||||
public bool EditAssignedCollections { get; set; }
|
||||
[Obsolete("Pre-Flexible Collections logic.")]
|
||||
public bool DeleteAssignedCollections { get; set; }
|
||||
public bool ManageGroups { get; set; }
|
||||
public bool ManagePolicies { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user