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

Fixes for Fields in get_params #225

Merged
merged 2 commits into from
Oct 4, 2019
Merged

Fixes for Fields in get_params #225

merged 2 commits into from
Oct 4, 2019

Conversation

gamekid
Copy link
Contributor

@gamekid gamekid commented Sep 30, 2019

  • correctly handle multiple Fields collections
  • only add Fields to get_params once

When including multiple entries in the fields parameter, the query builder was not adding an ampersand between each entry. Additionally, it was adding each entry to the query twice, once in the base PathBuilder class and again in the PathCollectionBuilder class.

gamekid and others added 2 commits September 30, 2019 14:45
- correctly handle multiple Fields collections
- only add Fields to get_params once
@pablorsk pablorsk merged commit 1c8fa4d into reyesoft:v2.1 Oct 4, 2019
@pablorsk
Copy link
Member

pablorsk commented Oct 4, 2019

Thanks @gamekid !

2.1.8 relased! 🎉

@gamekid
Copy link
Contributor Author

gamekid commented Oct 4, 2019

Thanks for getting this out!

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