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

fix: permission issue during quiz submission (backport #2126)
This commit is contained in:
Jannat Patel
2026-02-25 18:05:27 +05:30
committed by GitHub
@@ -116,7 +116,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-10-07 16:52:04.162521",
"modified": "2026-02-25 12:36:40.110346",
"modified_by": "Administrator",
"module": "LMS",
"name": "LMS Quiz Submission",
@@ -138,11 +138,13 @@
"create": 1,
"email": 1,
"export": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LMS Student",
"share": 1
"share": 1,
"write": 1
}
],
"sort_field": "modified",
@@ -150,4 +152,4 @@
"states": [],
"title_field": "member_name",
"track_changes": 1
}
}