Преглед на файлове

PRS CLASSES - security descriptors for mobile restricting subbies to certain jobs

Nick-PRSDigital@bitbucket.org преди 2 години
родител
ревизия
8e5f4cc63c
променени са 2 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 5 0
      prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs
  2. 5 0
      prs.classes/SecurityDescriptors/Task_Descriptors.cs

+ 5 - 0
prs.classes/SecurityDescriptors/HumanResources_Descriptors.cs

@@ -75,4 +75,9 @@ namespace Comal.Classes
     public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
     public class CanViewMobileInOutBoardDetails : DisabledSecurityDescriptor<HumanResourcesLicense, User>
     {
     {
     }
     }
+
+    [Caption("Is Job-Only Employee")]
+    public class IsJobOnlyEmployee : DisabledSecurityDescriptor<HumanResourcesLicense, User>
+    {
+    }
 }
 }

+ 5 - 0
prs.classes/SecurityDescriptors/Task_Descriptors.cs

@@ -37,4 +37,9 @@ namespace Comal.Classes
     public class CanSetKanbanCompletedDate : DisabledSecurityDescriptor<TaskManagementLicense, Kanban>
     public class CanSetKanbanCompletedDate : DisabledSecurityDescriptor<TaskManagementLicense, Kanban>
     {
     {
     }
     }
+
+    [Caption("Can Share Task Details With Others")]
+    public class CanShareTaskDetails : DisabledSecurityDescriptor<TaskManagementLicense, Kanban>
+    {
+    }
 }
 }