In #624018: Exportables and Features support for WYSIWYG 7.x we're adding optional features support without creating a dependency on Entity API. Such features require Entity API, but currently it's not added as a dependency.

We can safely add this dependency as, if it is not needed, Features will filter it out. E.g., when adding a Profile2 profile type, only Profile2 is detected as a dependency since it depends on Entity API.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nedjo’s picture

Status: Active » Needs review
FileSize
768 bytes

Patch attached.

fago’s picture

Status: Needs review » Needs work

Hm, ok as features won't add unnecessary dependencies, I think we can do that. However we should document that in a comment.

nedjo’s picture

Status: Needs work » Needs review
FileSize
917 bytes

More explanatory comment.

fago’s picture

Status: Needs review » Fixed

thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.