소스 검색

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>
     public class CanCreateMobilePhoneCredentialLinks : DisabledSecurityDescriptor<HumanResourcesLicense, User>
     {
     {
     }
     }
+
+    [Caption("View Mobile In Out Board Details")]
+    public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
+    {
+    }
 }
 }