mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05: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 CreateNewCollections { get; set; }
|
||||||
public bool EditAnyCollection { get; set; }
|
public bool EditAnyCollection { get; set; }
|
||||||
public bool DeleteAnyCollection { get; set; }
|
public bool DeleteAnyCollection { get; set; }
|
||||||
|
[Obsolete("Pre-Flexible Collections logic.")]
|
||||||
public bool EditAssignedCollections { get; set; }
|
public bool EditAssignedCollections { get; set; }
|
||||||
|
[Obsolete("Pre-Flexible Collections logic.")]
|
||||||
public bool DeleteAssignedCollections { get; set; }
|
public bool DeleteAssignedCollections { get; set; }
|
||||||
public bool ManageGroups { get; set; }
|
public bool ManageGroups { get; set; }
|
||||||
public bool ManagePolicies { get; set; }
|
public bool ManagePolicies { get; set; }
|
||||||
|
Reference in New Issue
Block a user