Changeset 9a50e0b in flexoentity
- Timestamp:
- 11/27/25 11:09:36 (7 weeks ago)
- Branches:
- master
- Children:
- ef964d8
- Parents:
- e458b5a
- File:
-
- 1 edited
-
flexoentity/flexo_entity.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/flexo_entity.py
re458b5a r9a50e0b 276 276 - ALWAYS restores the canonical Domain via DomainManager. 277 277 """ 278 if "flexo_id" not in data :278 if "flexo_id" not in data["meta"]: 279 279 raise ValueError("Serialized entity must include 'flexo_id'.") 280 280 281 flexo_id = FlexOID(data[" flexo_id"])281 flexo_id = FlexOID(data["meta"]["flexo_id"]) 282 282 subtype = data["subtype"] 283 283 # canonical domain object
Note:
See TracChangeset
for help on using the changeset viewer.
