ENCOA-294 & ENCOA-293

This commit is contained in:
Tiago Ribeiro
2024-12-23 09:55:03 +00:00
parent f1d97aa6c9
commit 9cf13e3f26
6 changed files with 13 additions and 9 deletions

View File

@@ -60,7 +60,8 @@ export type RolePermission =
"download_statistics_report" |
"edit_grading_system" |
"view_student_performance" |
"upload_classroom"
"upload_classroom" |
"download_user_list"
export const DEFAULT_PERMISSIONS: RolePermission[] = [
"view_students",
@@ -134,5 +135,6 @@ export const ADMIN_PERMISSIONS: RolePermission[] = [
"download_statistics_report",
"edit_grading_system",
"view_student_performance",
"upload_classroom"
"upload_classroom",
"download_user_list"
]