ENCOA-292
This commit is contained in:
@@ -59,7 +59,8 @@ export type RolePermission =
|
||||
"view_statistics" |
|
||||
"download_statistics_report" |
|
||||
"edit_grading_system" |
|
||||
"view_student_performance"
|
||||
"view_student_performance" |
|
||||
"upload_classroom"
|
||||
|
||||
export const DEFAULT_PERMISSIONS: RolePermission[] = [
|
||||
"view_students",
|
||||
@@ -132,5 +133,6 @@ export const ADMIN_PERMISSIONS: RolePermission[] = [
|
||||
"view_statistics",
|
||||
"download_statistics_report",
|
||||
"edit_grading_system",
|
||||
"view_student_performance"
|
||||
"view_student_performance",
|
||||
"upload_classroom"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user