Skip to content
Snippets Groups Projects
Commit a41cbf1e authored by permcu's avatar permcu
Browse files

Add id to LessonEvent meta field (= x-meta ical field)

parent b44c2074
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
......@@ -1540,6 +1540,7 @@ class LessonEvent(CalendarEvent):
real_amends = reference_object.real_amends
return {
"id": reference_object.id,
"amended": bool(reference_object.amends),
"amends": cls.value_meta(real_amends, request) if reference_object.amends else None,
"teachers": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment