ENCOA-266

This commit is contained in:
Tiago Ribeiro
2024-12-12 12:28:57 +00:00
parent 578d29066f
commit 3e74827c47
6 changed files with 56 additions and 69 deletions

View File

@@ -93,7 +93,8 @@ const ENTITY_MANAGEMENT: PermissionLayout[] = [
{ 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" },
{ label: "Edit Grading System", key: "edit_grading_system" }
{ label: "Edit Grading System", key: "edit_grading_system" },
{ label: "View Student Performance", key: "view_student_performance" }
]
const ASSIGNMENT_MANAGEMENT: PermissionLayout[] = [