Forgot a permission on the role page

This commit is contained in:
Tiago Ribeiro
2024-12-03 11:00:20 +00:00
parent b6f61c6be1
commit a36be67c8b
2 changed files with 32 additions and 36 deletions

View File

@@ -99,6 +99,7 @@ const ASSIGNMENT_MANAGEMENT: PermissionLayout[] = [
{ label: "View Assignments", key: "view_assignments" },
{ label: "Create Assignments", key: "create_assignment" },
{ label: "Start Assignments", key: "start_assignment" },
{ label: "Edit Assignments", key: "edit_assignment" },
{ label: "Delete Assignments", key: "delete_assignment" },
{ label: "Archive Assignments", key: "archive_assignment" },
]