Rework field combo/storage paths

This commit is contained in:
Alex Mykyta
2022-01-17 17:19:06 -08:00
parent 48adbe142e
commit 803c6e1d99
11 changed files with 40 additions and 49 deletions

View File

@@ -69,7 +69,7 @@ class FieldLogic:
"""
assert field.implements_storage
path = get_indexed_path(self.top_node, field)
return f"field_storage.{path}"
return f"field_storage.{path}.value"
def get_field_combo_identifier(self, field: 'FieldNode', name: str) -> str:
"""