浏览代码

PRS CLASSES - security token for viewing PDFs in native app

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
95f34621b8
共有 1 个文件被更改,包括 6 次插入0 次删除
  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>
+    {
+    }
+
 }