Skip to content
Snippets Groups Projects
Commit b06b27e7 authored by Carlos Vega's avatar Carlos Vega
Browse files

added appointment status to events

parent 792eac11
No related branches found
No related tags found
1 merge request!206Improvement/interface changes
......@@ -223,6 +223,7 @@ def get_generic_appointment_events(request, date, include_all=False):
appointment_data = {
'name': "GENERAL",
'id': appointment.id,
'status': appointment.status,
'color': RANDOM_COLORS[len(RANDOM_COLORS) - 1],
'start': "",
'location': str(appointment.location),
......
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