Updated the expiry date to be based on the expiry date
This commit is contained in:
@@ -63,7 +63,9 @@ export type RolePermission =
|
||||
"upload_classroom" |
|
||||
"download_user_list" |
|
||||
"view_student_record" |
|
||||
"download_student_record"
|
||||
"download_student_record" |
|
||||
"pay_entity" |
|
||||
"view_payment_record"
|
||||
|
||||
export const DEFAULT_PERMISSIONS: RolePermission[] = [
|
||||
"view_students",
|
||||
@@ -140,5 +142,7 @@ export const ADMIN_PERMISSIONS: RolePermission[] = [
|
||||
"upload_classroom",
|
||||
"download_user_list",
|
||||
"view_student_record",
|
||||
"download_student_record"
|
||||
"download_student_record",
|
||||
"pay_entity",
|
||||
"view_payment_record"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user