Closed (fixed)
Project:
Printer, email and PDF versions
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2011 at 17:57 UTC
Updated:
14 Apr 2012 at 23:01 UTC
I do have links with query part. While trying to access to print version of a page thru printed by print_insert_link() link I see following:
http://site.com/path?0=solrsort%3Dsort_label%2520asc
But should see:
http://site.com/path?solrsort=sort_label%20asc
The fix is in attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| print_query_value.patch | 1.24 KB | cr0ss |
Comments
Comment #1
jcnventuraComment #2
jcnventuraI commited to dev the fix for this.