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

Correctly handle nested params #583

Merged
merged 1 commit into from
Mar 20, 2018

Conversation

jmortlock
Copy link
Contributor

@jmortlock jmortlock commented Mar 19, 2018

Had the same problem as was mentioned in Issue #574.

The normalize_param expected an array structure of
[ [key_a, value_a], [key_b, value_b] ]

However when recursing you would get structure like this,
[ [key_a, value_a, key_b, value_b] ]

@jnunemaker jnunemaker merged commit db8df8c into jnunemaker:master Mar 20, 2018
@jmortlock jmortlock deleted the fix-nested-params branch March 20, 2018 20:04
@ddefrenne
Copy link

Hi, @jnunemaker could you release a new version? We're having the same problem at the moment. Thanks in advance :).

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.

3 participants