v0.14.7
Enhancement
v0.14.7 - One storage key for entity references
Single and multiple entity selections are stored under one key; existing rows were backfilled.
Changes
- Entity field values are stored as a
prefixed_idsarray whether the field is single or multiple. Existing rows were backfilled without changing what any page renders. The API input wrapper{ "prefixed_id": "cnety_…" }is still accepted. - Setting an entity field by a handle that matches nothing now clears the reference, instead of leaving the previous value in place.