Skip to content

Commit

Permalink
re-architect editable_future_graphs #11570
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Nov 12, 2024
1 parent d7372ed commit d7e2bfc
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 169 deletions.
4 changes: 2 additions & 2 deletions arches/app/models/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def save(self):
edge.ontologyproperty = self.ontologyproperty
edge.save()

self.nodegroup.cardinality = self.cardinality
self.nodegroup.save()
# self.nodegroup.cardinality = self.cardinality
# self.nodegroup.save()

super(Card, self).save()
for widget in self.widgets:
Expand Down
Loading

0 comments on commit d7e2bfc

Please sign in to comment.