easy_social_entity_view() doesn't check if the field is enabled, it just outputs it if the entity type is supported.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | easy_social-n3470968-2.patch | 844 bytes | damienmckenna |
easy_social_entity_view() doesn't check if the field is enabled, it just outputs it if the entity type is supported.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | easy_social-n3470968-2.patch | 844 bytes | damienmckenna |
Comments
Comment #2
damienmckennaThis replaces the entity_view logic so instead of checking easy_social_get_supported_entities() again it checks if the field is enabled.
Comment #4
damienmckennaCommitted.