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

ic-push-params: multiple GET parameters with same name cannot be pushed to URL #318

Open
hfx opened this issue Apr 29, 2020 · 1 comment

Comments

@hfx
Copy link

hfx commented Apr 29, 2020

Expected Behavior

It would be expected when using ic-push-params with multiple checked input type checkbox, that multiple get paramaters with the same names are being pushed to the URL, for example when two countries are checked: &countries=russia&countries=ukraine

Current Behavior

Only one of multiple checked inputs shows up in the URL, in the above example: &countries=ukraine (but both values are in the request and can be evaluated on server side).

@hfx
Copy link
Author

hfx commented Apr 29, 2020

The problem is in getLocalUrl(). See pull request #319 which proposes a fix.

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

No branches or pull requests

1 participant