Skip to content
Snippets Groups Projects
Verified Commit 0d331249 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: always set the local and remote flag for timetable

parent 87d7b466
No related branches found
No related tags found
1 merge request!50Virtual timeslots 131
Pipeline #8639 failed
......@@ -332,9 +332,9 @@ class TimetableMerger:
idx = timeslot_map[str(ts.get_start())]
# Existing virtual timeslots are ignored, because they are likely updated remotely.
if not ts.is_virtual():
idx["local"] = ts
idx["remote"] = None
# if not ts.is_virtual():
idx["local"] = ts
idx["remote"] = None
if remote_timeslots:
for ts in remote_timeslots:
......
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