Merge pull request #2127 from frappe/mergify/bp/main-hotfix/pr-2126

fix: permission issue during quiz submission (backport #2126)
This commit is contained in:
Jannat Patel
2026-02-25 13:08:14 +05:30
committed by GitHub

View File

@@ -117,7 +117,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2026-02-19 16:31:23.401819",
"modified": "2026-02-25 12:36:40.110346",
"modified_by": "sayali@frappe.io",
"module": "LMS",
"name": "LMS Quiz Submission",
@@ -134,6 +134,18 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LMS Student",
"share": 1,
"write": 1
}
],
"row_format": "Dynamic",