|
@@ -62,10 +62,12 @@ namespace Comal.Classes
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+ [Caption("Can cancel all job requisitions")]
|
|
|
public class CanCancelAllJobRequisitions : DisabledSecurityDescriptor<ProjectManagementLicense, Job>
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+ [Caption("Can release all job reserves")]
|
|
|
public class CanReleaseJobReserves : DisabledSecurityDescriptor<ProjectManagementLicense, Job>
|
|
|
{
|
|
|
}
|