瀏覽代碼

PRS CLASSES - new security descriptor to view all jobs (for Prime Diesel to restrict employees viewing jobs)

Nick-PRSDigital@bitbucket.org 2 年之前
父節點
當前提交
b97398cb7f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      prs.classes/SecurityDescriptors/Project_Descriptors.cs

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

@@ -36,4 +36,9 @@ namespace Comal.Classes
     public class CanViewJobDocumentMileStoneFiles : EnabledSecurityDescriptor<ProjectManagementLicense, JobDocumentSetMileStone>
     {
     }
+
+    [Caption("View All Jobs (Not Restricted to Jobs Employee is Assigned to")]
+    public class CanViewAllJobs : EnabledSecurityDescriptor<ProjectManagementLicense, Job>
+    {
+    }
 }