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

fix: remove encoding of query string for analytics requests DHIS2-10722 #284

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

edoardo
Copy link
Member

@edoardo edoardo commented Mar 19, 2021

Fixes DHIS2-10722

Due to the encoding being done in d2 request, having it here causes a
double encoding problem, which throws an error and stops the request
from being fired.

After the fix:

maps-d2-analytics-query-fix.mov

Due to the encoding being done in d2 request, having it here causes a
double encoding problem, which throws an error and stops the request
from being fired.
@edoardo edoardo requested review from turban and ismay March 19, 2021 15:22
Copy link
Contributor

@turban turban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edoardo edoardo merged commit c810235 into master Mar 22, 2021
@edoardo edoardo deleted the fix/analytics-query-encoding branch March 22, 2021 14:45
dhis2-bot added a commit that referenced this pull request Mar 22, 2021
## [31.9.2](v31.9.1...v31.9.2) (2021-03-22)

### Bug Fixes

* remove encoding of query string for analytics requests DHIS2-10722 ([#284](#284)) ([c810235](c810235))
* remove unused import ([#285](#285)) ([6e1a408](6e1a408))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 31.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants