The problem is that the $entity_info['bundle keys']['bundle'] arrray exist in Taxonomy Terms but the array don't contain the correct Bundle name for the entity .
Example:
$entity_info['bundle keys']['bundle'] = 'machine_name';
$entity_info['entity keys']['bundle'] = 'xyz_bundle'
| Comment | File | Size | Author |
|---|---|---|---|
| display_cache.patch | 575 bytes | marvin_b8 |
Comments
Comment #1
Caseledde commentedApplied to 7.x-1.x
Thanks for your work.