fix: show evaluation in read only mode

This commit is contained in:
Jannat Patel
2022-11-23 15:12:57 +05:30
parent f691ebd146
commit 91e71091ef
5 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def get_context(context):
course.evaluations = frappe.get_all(
"LMS Certificate Evaluation",
{"course": course.course, "member": context.student.name},
["rating", "status", "creation"]
["rating", "status", "creation", "name"]
)
context.class_courses = class_courses