Currently the email_registration module is missing a dependency on the user module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JeroenT created an issue. See original summary.

JeroenT’s picture

Status: Active » Needs review
FileSize
343 bytes

8.x patch.

JeroenT’s picture

andypost’s picture

+++ b/email_registration.info
@@ -2,3 +2,4 @@ name = Email Registration
+dependencies[] = user

I think this should be drupal:user

JeroenT’s picture

Created a new patch.

andypost’s picture

Status: Needs review » Reviewed & tested by the community

thanx

  • andypost committed e22de57 on 8.x-1.x authored by JeroenT
    Issue #2831246 by JeroenT: Add dependency to user module
    

  • andypost committed 4100322 on 7.x-1.x authored by JeroenT
    Issue #2831246 by JeroenT: Add dependency to user module
    
andypost’s picture

Status: Reviewed & tested by the community » Fixed

Thanx, commited to 8.x and 7.x

Status: Fixed » Closed (fixed)

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