This commit is contained in:
@@ -30,6 +30,7 @@ namespace AyaNova.Biz
|
|||||||
ProtectedProperties = protectedProperties.Split(new char[1] { ',' }, StringSplitOptions.RemoveEmptyEntries);
|
ProtectedProperties = protectedProperties.Split(new char[1] { ',' }, StringSplitOptions.RemoveEmptyEntries);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ProtectedProperties != null)
|
||||||
foreach (string Property in ProtectedProperties)
|
foreach (string Property in ProtectedProperties)
|
||||||
{
|
{
|
||||||
if (objectPatch.Operations.Any(m => m.path == $"/{Property.ToLowerInvariant()}"))
|
if (objectPatch.Operations.Any(m => m.path == $"/{Property.ToLowerInvariant()}"))
|
||||||
|
|||||||
Reference in New Issue
Block a user