Просмотр исходного кода

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

Nick-PRSDigital@bitbucket.org 2 лет назад
Родитель
Сommit
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>
+    {
+    }
 }