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

[BUGFIX release] Avoid positionalParams changing attrs after create. #11934

Merged
merged 2 commits into from
Jul 31, 2015

Commits on Jul 31, 2015

  1. Configuration menu
    Copy the full SHA
    fbe3f03 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX release] Setup named positionalParam array.

    Previously, when `positionalParams` was a string value (which means to
    set all params as an array at that particular prop in `attrs`) we were
    iterating over the length of the destination property name instead of
    the available `params`.
    rwjblue committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    4373ac6 View commit details
    Browse the repository at this point in the history