浏览代码

PRS CLASSES - added security descriptor for viewing in out board details

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
ae42ba4f13
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs

+ 5 - 0
prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs

@@ -70,4 +70,9 @@ namespace Comal.Classes
     public class CanCreateMobilePhoneCredentialLinks : DisabledSecurityDescriptor<HumanResourcesLicense, User>
     {
     }
+
+    [Caption("View Mobile In Out Board Details")]
+    public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
+    {
+    }
 }