Summary | ListView pager url grows when paging through many contacts |
Queue | Turba |
Queue Version | 2.2.1 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mark.manning (at) nexussafe (dot) com |
Created | 07/07/2008 (6184 days ago) |
Due | |
Updated | 07/07/2008 (6184 days ago) |
Assigned | |
Resolved | 07/07/2008 (6184 days ago) |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
http://cvs.horde.org/diff.php/turba/lib/ListView.php?r1=1.69&r2=1.70&ty=u
Priority ⇒ 1. Low
New Attachment: turba_lib_ListView.php.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ ListView pager url grows when paging through many contacts
Type ⇒ Enhancement
State ⇒ New
letter or number. After paging through 10 or 15 pages the browser
wouldn't send the request to the server any more, probably because the
url was too long.
This was caused by the url being encoded serveral times. Attached is
a working patch.