-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailing List register contribution #6
Conversation
c6960f3
to
76f8728
Compare
id: userId | ||
} | ||
}, function(err) { | ||
callback(err && "Error registering user to mailing lists"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not wrapped in an error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the signature of the callback is (errorMessage: string;)
https://github.com/my-koop/module.user/tree/mike_register_contribution#methods
it doesn't need to be an actual Error object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it should be localized though
CR done. |
Good to merge. |
Mailing List register contribution
Added a component to contribute to the register form using mailing list only available at register.
Depends on #5