Jelajahi Sumber

PRS CLASSES - security token for viewing PDFs in native app

Nick-PRSDigital@bitbucket.org 2 tahun lalu
induk
melakukan
95f34621b8
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      prs.classes/SecurityDescriptors/Project_Descriptors.cs

+ 6 - 0
prs.classes/SecurityDescriptors/Project_Descriptors.cs

@@ -41,4 +41,10 @@ namespace Comal.Classes
     public class CanViewAllJobs : EnabledSecurityDescriptor<ProjectManagementLicense, Job>
     public class CanViewAllJobs : EnabledSecurityDescriptor<ProjectManagementLicense, Job>
     {
     {
     }
     }
+
+    [Caption("View Web General Documents from App")]
+    public class CanOpenMobileNativePDFViewer : DisabledSecurityDescriptor<ProjectManagementLicense, JobDocumentSetMileStone>
+    {
+    }
+
 }
 }