Skip to content

Fix for #1642 - copy query parameters to request body #1687

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

Merged

Conversation

steven-supersolid
Copy link
Contributor

@steven-supersolid steven-supersolid commented May 2, 2016

This fixes a bug with query string parameters not being used on queries on _Installation. The bug does not exist in ClassesRouter. Issue is #1642

@nlutsenko
InstallationsRouter.handleFind has code duplicated from ClassesRouter.handleFind without some of the useful looking checks in ClassesRouter. It might make sense to refactor the common functionality out/up. I have just fixed the bug here and leave the refactoring for another day.

@ghost
Copy link

ghost commented May 2, 2016

@steven-supersolid updated the pull request.

@codecov-io
Copy link

codecov-io commented May 2, 2016

Current coverage is 92.47%

Merging #1687 into master will increase coverage by +0.12%

@@             master      #1687   diff @@
==========================================
  Files            87         87          
  Lines          6148       6149     +1   
  Methods        1062       1062          
  Messages          0          0          
  Branches       1260       1260          
==========================================
+ Hits           5675       5686    +11   
+ Misses          473        463    -10   
  Partials          0          0          

Powered by Codecov. Last updated by 0b88302...764ab3b

@drew-gross drew-gross merged commit 7c850fc into parse-community:master May 6, 2016
@steven-supersolid steven-supersolid deleted the steven.installation.find branch August 4, 2016 20:35
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