Ver código fonte

PRS CLASSES - security token for viewing PDFs in native app

Nick-PRSDigital@bitbucket.org 2 anos atrás
pai
commit
95f34621b8

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

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