fix: assignment permission to course creator and evaluator

This commit is contained in:
Jannat Patel
2025-12-17 14:47:47 +05:30
parent ec7e250f96
commit ca2b175e1c
2 changed files with 24 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-11-10 11:40:38.157448",
"modified": "2025-12-17 14:47:05.489937",
"modified_by": "sayali@frappe.io",
"module": "LMS",
"name": "LMS Assignment",
@@ -112,6 +112,28 @@
"report": 1,
"role": "LMS Student",
"share": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Course Creator",
"share": 1,
"write": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Batch Evaluator",
"share": 1,
"write": 1
}
],
"row_format": "Dynamic",

View File

@@ -150,7 +150,7 @@
"index_web_pages_for_search": 1,
"links": [],
"make_attachments_public": 1,
"modified": "2025-07-14 10:24:23.526176",
"modified": "2025-12-17 14:47:22.944223",
"modified_by": "sayali@frappe.io",
"module": "LMS",
"name": "LMS Assignment Submission",
@@ -195,7 +195,6 @@
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
@@ -207,7 +206,6 @@
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,