|
@@ -41,4 +41,10 @@ namespace Comal.Classes
|
|
|
public class CanViewAllJobs : EnabledSecurityDescriptor<ProjectManagementLicense, Job>
|
|
|
{
|
|
|
}
|
|
|
+
|
|
|
+ [Caption("View Web General Documents from App")]
|
|
|
+ public class CanOpenMobileNativePDFViewer : DisabledSecurityDescriptor<ProjectManagementLicense, JobDocumentSetMileStone>
|
|
|
+ {
|
|
|
+ }
|
|
|
+
|
|
|
}
|