Browse Source

PRS CLASSES - security token for viewing PDFs in native app

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
95f34621b8
1 changed files with 6 additions and 0 deletions
  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>
     {
     }
+
+    [Caption("View Web General Documents from App")]
+    public class CanOpenMobileNativePDFViewer : DisabledSecurityDescriptor<ProjectManagementLicense, JobDocumentSetMileStone>
+    {
+    }
+
 }