Posted by scottrigby on February 22, 2010 at 9:48pm
4 followers
| Project: | Forward |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
A use case would be forwarding a filtered view.
Comments
#1
+1 from me, this feature would be incredibly useful
#2
Attached 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.
#3
I am having an issue sending email when adding the form to a panel -- would this be a possible solution?