@@ -75,4 +75,9 @@ namespace Comal.Classes
public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
{
}
+
+ [Caption("Is Job-Only Employee")]
+ public class IsJobOnlyEmployee : DisabledSecurityDescriptor<HumanResourcesLicense, User>
+ {
+ }
@@ -37,4 +37,9 @@ namespace Comal.Classes
public class CanSetKanbanCompletedDate : DisabledSecurityDescriptor<TaskManagementLicense, Kanban>
+ [Caption("Can Share Task Details With Others")]
+ public class CanShareTaskDetails : DisabledSecurityDescriptor<TaskManagementLicense, Kanban>