Closed (works as designed)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 21:38 UTC
Updated:
4 Dec 2011 at 23:39 UTC
I was testing subscription to newsletter in user profile /user/%/edit/simplenews and it did'nt work for hidden newsletters.
Fix is simple: in function simplenews_user_presave() for 'simplenews' category the simplenews_get_mailing_lists() should be called with parameter simplenews_get_mailing_lists($show_all = TRUE)
Comments
Comment #1
simon georges commentedI don't really understand what you're trying to achieve.
The subscription to hidden newsletter is only working when registering to the website, not when editing your account (at least I think...)
Comment #2
berdirSetting to active as there is no patch here.
Not sure if the change is correct either.
Comment #3
berdirThis is IMHO working as expected.
If you think otherwise, please re-open and state why you think so and what the actual problem is in your case.