From dc724831c33efe4650def9d8553a22a00b90325f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 17 Dec 2025 16:50:51 +0530 Subject: [PATCH] fix: read permission for certificates --- .../lms_certificate/lms_certificate.json | 35 ++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/lms/lms/doctype/lms_certificate/lms_certificate.json b/lms/lms/doctype/lms_certificate/lms_certificate.json index 553c8ac7..3e3293d3 100644 --- a/lms/lms/doctype/lms_certificate/lms_certificate.json +++ b/lms/lms/doctype/lms_certificate/lms_certificate.json @@ -123,7 +123,7 @@ "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-10-07 19:24:12.272810", + "modified": "2025-12-17 16:50:31.128747", "modified_by": "sayali@frappe.io", "module": "LMS", "name": "LMS Certificate", @@ -164,6 +164,39 @@ "role": "LMS Student", "share": 1, "write": 1 + }, + { + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "LMS Student", + "share": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Batch Evaluator", + "share": 1, + "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Course Creator", + "share": 1, + "write": 1 } ], "row_format": "Dynamic",