Skip to content
Snippets Groups Projects
Commit c420f00e authored by Lorenzo Conti's avatar Lorenzo Conti
Browse files

fix

parent eec6035e
No related branches found
No related tags found
1 merge request!9Implement export of AK conflicts and dependencies
Pipeline #269215 passed
......@@ -966,7 +966,6 @@ class AKSlot(models.Model):
"conflicts": [str(conflict.pk) for conflict in conflict_slots.all()],
"dependencies": [str(dep.pk) for dep in dependency_slots.all()],
},
"properties": {},
"room_constraints": [constraint.name
for constraint in self.ak.requirements.all()],
"time_constraints": ["resolution"] if self.ak.reso else [],
......
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