More permissions

This commit is contained in:
Tiago Ribeiro
2024-12-02 17:12:23 +00:00
parent 2e5545f181
commit b6f61c6be1
2 changed files with 5 additions and 2 deletions

View File

@@ -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[] = [