Quellcode durchsuchen

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

Nick-PRSDigital@bitbucket.org vor 2 Jahren
Ursprung
Commit
b97398cb7f
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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>
+    {
+    }
 }