-
Notifications
You must be signed in to change notification settings - Fork 440
Custom setters are not run for aliased attributes #350
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
Comments
@leightonshank could you submit a pull request for this change? |
There is already a PR for this #351 |
koenpunt
added a commit
that referenced
this issue
Jan 19, 2015
…ibute Allow custom setter methods to run for aliased attributes (fixes #350)
koenpunt
added a commit
that referenced
this issue
Jun 3, 2017
…ibute Allow custom setter methods to run for aliased attributes (fixes #350)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have an alias defined for an attribute, and also have a custom setter defined for that attribute, then the custom setter is not run when setting the aliased attribute.
Example:
The text was updated successfully, but these errors were encountered: