Posted by trante on December 1, 2011 at 11:51pm
2 followers
Jump to:
| Project: | Printer, email and PDF versions |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I have a page "q=content/mypage"
When i send this page by email it's ok.
But i have another webform page. Which shows the results of the queries.
"q=content/results&first=mary&second=mark"
When i try to send this page by email, this module tries to send
this page "q=content/results"
The results page without the arguments doesn't make sense for the email receiver.
The page is whole different when "first" and "second" arguments are set.
I suppose this is a bug.
I would be happy if you would inform us.
Thank you.
Comments
#1
Is it possible to fix this?
#2
Any comments please?
#3
Do you plan to fix this error ?
#4
I think this is now fixed (by the patch provided in #1322222: Problem with URL parameters in D7). Can you please try the latest dev and check this?
#5
I installed latest dev version.
updated database, cleared cache, run a cron,
but unfortunately nothing changed.
Still page arguments are not taken into account.
#6
Thanks for letting me know.
#7
I just tested this with plain webform, and I couldn't see any filters. The only URL arguments were for sorting the results table, and when sending that by e-mail, the contents of the e-mail were the expected ones.
Using exposed Views filters also worked fine when sending by email.
How did you build that results page?