Delete permission removed

This commit is contained in:
Pavel Vesely 2020-03-14 17:06:39 +01:00
parent b4d3903517
commit 4546354ecb

View File

@ -5,7 +5,7 @@
public const string Browse = "Browse";
public const string View = "View";
public const string Edit = "Edit";
public const string Delete = "Delete";
public const string Utilize = "Utilize";
}
}