1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 04:33:26 +00:00

[AC-1139] Marked obsolete Permissions EditAssignedCollections and DeleteAssignedCollections

This commit is contained in:
Rui Tome
2023-10-26 16:13:19 +01:00
parent 5f3d35076a
commit 3b52536f6c

View File

@@ -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; }