|
@@ -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>
|
|
|
+ {
|
|
|
+ }
|
|
|
}
|