mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix: ui improvements in batch feedback and evaluator slots
This commit is contained in:
+2
-1
@@ -335,7 +335,8 @@ def get_evaluator_details(evaluator: str):
|
||||
doc = frappe.new_doc("Course Evaluator")
|
||||
doc.evaluator = evaluator
|
||||
doc.insert()
|
||||
|
||||
for slot in doc.schedule:
|
||||
print(slot.start_time, slot.end_time)
|
||||
return {
|
||||
"slots": doc.as_dict(),
|
||||
"calendar": calendar.name,
|
||||
|
||||
Reference in New Issue
Block a user