-
Notifications
You must be signed in to change notification settings - Fork 94
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 Allow convertSearchToArray
to handle repeating elements
#1649
base: 1.13
Are you sure you want to change the base?
FIX Allow convertSearchToArray
to handle repeating elements
#1649
Conversation
- passing a query string containing identical key with distinct values should be parsed and stored correctly
Hi, Thank you for the contribution. I see that you've deleted the PR templte. I've added it back in. Can you please fill in the template, and check all of the boxes that apply? |
@GuySartorelli any feedback on this? There's a merge conflict which needs to be resolved too. |
Sorry, I hadn't noticed you had updated the PR description. |
@GuySartorelli you could use content review report.
|
Following those instructions, both before and after the PR I get It seems like this is making no change for me. Tested with both firefox and chromium. Are there any more steps you can provide me to reproduce this from a fresh installation (with or without silverstripe/contentreview added)? |
That's different from what I'm getting. Also, the output of that js method ( |
Okay, well... if you can give me sufficiently detailed steps to reproduce both the original problem and the behaviour you're seeing with your PR I'll be happy to review further - but if I can't reproduce the bug nor the results you're seeing with the PR I can't merge this. |
Description
Manual testing steps
Issues
convertSearchToArray
function #1632Pull request checklist