Browse Source

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

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
b97398cb7f
1 changed files with 5 additions and 0 deletions
  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>
+    {
+    }
 }