Skip to content
Snippets Groups Projects
Verified Commit fb8d6366 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix time range for absence creation

parent 75ecb91f
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
......@@ -40,8 +40,8 @@ class AbsencesForPersonsCreateMutation(graphene.Mutation):
)
events = ParticipationStatus.get_single_events(
start,
end,
datetime.combine(start, datetime.min.time()),
datetime.combine(end, datetime.max.time()),
None,
{"person": person},
with_reference_object=True,
......
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