From 3b52536f6caf8ef9be50120031aebf2b25dc79f6 Mon Sep 17 00:00:00 2001 From: Rui Tome Date: Thu, 26 Oct 2023 16:13:19 +0100 Subject: [PATCH] [AC-1139] Marked obsolete Permissions EditAssignedCollections and DeleteAssignedCollections --- src/Core/Models/Data/Permissions.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Core/Models/Data/Permissions.cs b/src/Core/Models/Data/Permissions.cs index 4d1ef3402c..8e94292b35 100644 --- a/src/Core/Models/Data/Permissions.cs +++ b/src/Core/Models/Data/Permissions.cs @@ -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; }