I am experiencing a problem using field values from entity reference fields. When used PHP throws errors like "EntityMetadataWrapperException: Unknown data property".
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | knowledge_graph-fix_field_data_from_reference_fields-2820850-2.patch | 980 bytes | focal55 |
Comments
Comment #2
focal55 commentedAfter debugging I found that the logic for determining the target field name inside the referenced entity was not working. Attached is a patch that solves the problem.