The EntityListWrapper currently fails when setting a list of fully loaded entities that contains outdated NULL value references.
Here's an example error
EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7724 of your_site/test/includes/common.inc).
It should just ignore those NULL value references.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2222279_entity_ignore_null_value.patch | 835 bytes | dasjo |
Comments
Comment #1
dasjoattached is a patch to fix the mentioned problem, created thanks to fago's help :)
Comment #2
fagoyeah, outdated references are a PITA. Thanks, committed!