ソースを参照

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>
+    {
+    }
 }