Skip to content
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

Show mailing list at registration option #5

Merged
merged 4 commits into from
Dec 1, 2014
Merged

Conversation

Cellule
Copy link
Contributor

@Cellule Cellule commented Nov 27, 2014

Added an option to check if a mailing should appear in the registration form for new user. Since the registration is owned by module.user, the use of this will be done in another PR

image

@Cellule Cellule added this to the 1.0-rc milestone Nov 27, 2014
@Cellule Cellule force-pushed the mike_ml_user_register branch from daf419d to 1dd93de Compare November 27, 2014 03:26
@Cellule Cellule assigned Cellule and unassigned mathieumg Nov 27, 2014
return {
value: mailingList[field],
requestChange: _.bind(this.requestChange, this, mailingList, field)
requestChange: _.bind(this.requestChange, this, mailingList, field, parseFunc)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why you use lodash's bind rather than the native one? Either way, React already autobinds all instance methods, you can provide null instead of this.

@mathieumg
Copy link
Member

CR done.

@mathieumg mathieumg assigned Cellule and unassigned mathieumg Nov 30, 2014
@Cellule Cellule assigned mathieumg and unassigned Cellule Dec 1, 2014
@mathieumg
Copy link
Member

Good to merge!

@mathieumg mathieumg assigned Cellule and unassigned mathieumg Dec 1, 2014
mathieumg added a commit that referenced this pull request Dec 1, 2014
Show mailing list at registration option
@mathieumg mathieumg merged commit 09db22e into rc Dec 1, 2014
@mathieumg mathieumg deleted the mike_ml_user_register branch December 1, 2014 02:42
@mathieumg mathieumg removed the 4 - Done label Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants