فهرست منبع

PRS CLASSES - security descriptor for mobile assignment module sidebar

Nick-PRSDigital@bitbucket.org 2 سال پیش
والد
کامیت
27d57e056b
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      prs.classes/SecurityDescriptors/Assignment_Descriptors.cs

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

@@ -14,4 +14,9 @@ namespace Comal.Classes
     public class CanEditAssignmentActualTimes : DisabledSecurityDescriptor<CoreLicense, Assignment>
     {
     }
+
+    [Caption("View Mobile Assignments Sidebar")]
+    public class CanViewMobileAssignmentsSidebar : EnabledSecurityDescriptor<CoreLicense, Assignment>
+    {
+    }
 }