Hello,

Module is missing dependencies to user_references module in the .info file.

Attached is the patch.

Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aramboyajyan’s picture

aramboyajyan’s picture

I made a typo in the user_reference module name; there shouldn't be an "s" at the end.

Resubmitting the patch.

cweagans’s picture

Status: Needs review » Closed (works as designed)

It requires either entityreference or user_reference, so we can't explicitly declare the dependency. Realistically, we should be depending on entityreference and strip out the old user_reference code, but there are older sites using this module, so we can't do it in 3.x. We'd need to open a new branch.