More permissions
This commit is contained in:
@@ -68,7 +68,6 @@ const EXAM_MANAGEMENT: PermissionLayout[] = [
|
||||
{ label: "Generate Level", key: "generate_level" },
|
||||
{ label: "Delete Level", key: "delete_level" },
|
||||
{ label: "View Statistics", key: "view_statistics" },
|
||||
{ label: "Download Statistics Report", key: "download_statistics_report" }
|
||||
]
|
||||
|
||||
const CLASSROOM_MANAGEMENT: PermissionLayout[] = [
|
||||
@@ -93,6 +92,7 @@ const ENTITY_MANAGEMENT: PermissionLayout[] = [
|
||||
{ label: "Edit Role Permissions", key: "edit_role_permissions" },
|
||||
{ label: "Assign Role to User", key: "assign_to_role" },
|
||||
{ label: "Delete Entity Role", key: "delete_entity_role" },
|
||||
{ label: "Download Statistics Report", key: "download_statistics_report" }
|
||||
]
|
||||
|
||||
const ASSIGNMENT_MANAGEMENT: PermissionLayout[] = [
|
||||
|
||||
Reference in New Issue
Block a user