Selaa lähdekoodia

Added captions to job completion security tokens

Kenric Nugteren 1 vuosi sitten
vanhempi
commit
709ce9f0f6
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      prs.classes/SecurityDescriptors/Project_Descriptors.cs

+ 2 - 0
prs.classes/SecurityDescriptors/Project_Descriptors.cs

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