- πΊπΈUnited States bluegeek9
Field Permissions does not support Drupal 7.
_field_permissions_entity_is_owned_by_account() relies on the entity implementing the entityType() method which is often not the case. This function seems to only be called from implementation of hook_field_access which always has the entity type passed to it. Suggest passing this on rather than using the entityType() method.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Field Permissions does not support Drupal 7.