Skip to content

Commit

Permalink
fix: restore loading values for a semantic tile
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 1, 2024
1 parent 950b197 commit 8bf2913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches_orm/arches_django/datatypes/semantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def make_pseudo_node(key):
def get_child_values(svm):
if not parent:
return {}
for key in child_nodes:
res = parent._values.get(key)
children = {
key: value
for key, values in parent._values.items()
Expand Down

0 comments on commit 8bf2913

Please sign in to comment.