Parcourir la source

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

Nick-PRSDigital@bitbucket.org il y a 2 ans
Parent
commit
b97398cb7f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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>
+    {
+    }
 }