fixed permissions for exam cell staff

This commit is contained in:
Pranav Jerry 2023-04-06 12:25:56 +05:30
parent d11add1354
commit 481b73f7b3
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 25 additions and 6 deletions

View File

@ -28,10 +28,11 @@
"reqd": 1
}
],
"in_create": 1,
"index_web_pages_for_search": 1,
"is_virtual": 1,
"links": [],
"modified": "2023-04-05 19:41:39.427602",
"modified": "2023-04-06 12:20:34.728443",
"modified_by": "Administrator",
"module": "Exam Helper",
"name": "Auto Exam Group",
@ -39,16 +40,22 @@
"owner": "Administrator",
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"share": 1,
"write": 1
"share": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Exam Cell Staff",
"share": 1
}
],
"sort_field": "modified",

View File

@ -57,7 +57,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-04-06 11:53:04.000373",
"modified": "2023-04-06 12:19:47.819643",
"modified_by": "Administrator",
"module": "Exam Helper",
"name": "Hall Allocation",
@ -75,6 +75,18 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Exam Cell Staff",
"share": 1,
"write": 1
}
],
"sort_field": "modified",