If you try to set up an action in CA to send a notification mail on renewal, and do not have uc_roles enabled, the path admin/store/ca/uc_recurring_renewal_email_completed/edit/actions fails because it cannot find ca_build_email_form() (which is located in uc_roles).
Should either require uc_roles as a dependency, provide another actions form, or at least have a friendlier message...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | uc_recurring.ca_.inc_include-uc_roles.patch | 432 bytes | rstaylor |
Comments
Comment #1
univate commentedInteresting...
Does anyone else think that that function doesn't belong in uc_roles? see #684448: ca_build_email_form function in uc_roles module
Comment #2
rstaylor commentedAgree that should be a generic ca function. In the meantime, here's a patch to prevent the WSoD by loading the include.
Comment #3
univate commentedAdded this.