A use case would be forwarding a filtered view.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | forward-fix-path-with-query-722368-5.patch | 7.7 KB | goz |
| #4 | forward-fix-path-with-query-722368-4.patch | 920 bytes | goz |
| #2 | forward-722368-2-fix_paths_with_query.patch | 7.68 KB | arithmetric |
Comments
Comment #1
timdiacon commented+1 from me, this feature would be incredibly useful
Comment #2
arithmetric commentedAttached is a patch that allows query and fragment URL components to be included in the path that is provided to the forward module.
For example, to forward the page at /results?page=2 you could link to the forward callback at:
forward?path=results%3Fpage%3D2
I haven't tested this patch extensively with other forward module functionality, but I hope this can help others.
Comment #3
arisaves commentedI am having an issue sending email when adding the form to a panel -- would this be a possible solution?
Comment #4
goz commentedI don't see this parch first so make my one. This is a second way to make query in forward urls.
Comment #5
goz commentedBad patch. This is the good one.
Comment #6
joekersWorks a treat for me, thanks!
Comment #7
epavlov commentedDoes anyone has solution for version 7?
Comment #8
joekersI applied the D6 patch manually to a D7 site and it worked fine. Admittedly it was a while ago so there may be something extra I don't remember.
Comment #9
epavlov commented@joekers is there way you can share your D7 code with us? or it's a long lost? thanks for helping!
Comment #10
epavlov commentedTried like 5 times to implement both patches manually line-by-line on D7 version (even on older commit from 2013) — still no success. Does anyone have a solution? Appreciate any help!
Comment #11
john.oltman commented