1
0
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:
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 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; }